Skip to content

Commit

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

## [Unreleased]


## [0.9.6] 2021-03-20
### Changed
- Better requirements.txt

## [0.9.5] 2021-01-28
### Fixed
- Keep alive close when server say so
Expand Down Expand Up @@ -160,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.9.5..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.9.6..HEAD
[0.9.6]: https://github.com/sonic182/aiosonic/compare/0.9.5..0.9.6
[0.9.5]: https://github.com/sonic182/aiosonic/compare/0.9.4..0.9.5
[0.9.4]: https://github.com/sonic182/aiosonic/compare/0.9.3..0.9.4
[0.9.3]: https://github.com/sonic182/aiosonic/compare/0.9.2..0.9.3
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.9.5'
VERSION = '0.9.6'

0 comments on commit 8d5f79f

Please sign in to comment.