Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 9, 2023
1 parent ca9c1fc commit 37da1ec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.7.0 (2023-12-09)

### Fix

- License should be psf-2.0 (#22) ([`ca9c1fc`](https://github.com/bdraco/aiohappyeyeballs/commit/ca9c1fca4d63c54855fbe582132b5dcb229c7591))

### Feature

- Add some more examples to the docs (#21) ([`6cd0b5d`](https://github.com/bdraco/aiohappyeyeballs/commit/6cd0b5d10357a9d20fc5ee1c96db18c6994cd8fc))

## v1.6.0 (2023-12-09)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohappyeyeballs"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "1.6.0"
release = "1.7.0"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiohappyeyeballs"
version = "1.6.0"
version = "1.7.0"
description = "Happy Eyeballs"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "PSF-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohappyeyeballs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.0"
__version__ = "1.7.0"

from .impl import AddrInfoType, start_connection

Expand Down

0 comments on commit 37da1ec

Please sign in to comment.