Skip to content

Commit

Permalink
release version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Sep 8, 2023
1 parent 6d02a2d commit 3a0924b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] 2023-09-08
### Added
- ok property to HTTPClient (thanks to @pysergio)

## [0.16.2] 2023-08-11
### Fixed
- onecache dependency update
Expand Down Expand Up @@ -243,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.16.2..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.17.0..HEAD
[0.17.0]: https://github.com/sonic182/aiosonic/compare/0.16.2..0.17.0
[0.16.2]: https://github.com/sonic182/aiosonic/compare/0.16.1..0.16.2
[0.16.1]: https://github.com/sonic182/aiosonic/compare/0.16.0..0.16.1
[0.16.0]: https://github.com/sonic182/aiosonic/compare/0.15.1..0.16.0
Expand Down
2 changes: 1 addition & 1 deletion aiosonic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.16.2"
VERSION = "0.17.0"

0 comments on commit 3a0924b

Please sign in to comment.