Skip to content

Commit

Permalink
Release version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Nov 22, 2020
1 parent d1db5de commit 0322966
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.2] 2020-11-23
### Added
- Safe/gracefully shutdown of client
- Concurrent requests example in docs

### Fixed
- Non closed warnings in tests, fixed with gracefully shutdown.

## [0.7.1] 2020-11-22
### Fixed
Expand Down Expand Up @@ -118,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.7.1..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.7.2..HEAD
[0.7.2]: https://github.com/sonic182/aiosonic/compare/0.7.1..0.7.2
[0.7.1]: https://github.com/sonic182/aiosonic/compare/0.7.0..0.7.1
[0.7.0]: https://github.com/sonic182/aiosonic/compare/0.6.0..0.7.0
[0.6.0]: https://github.com/sonic182/aiosonic/compare/0.5.3..0.6.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.7.1'
VERSION = '0.7.2'

0 comments on commit 0322966

Please sign in to comment.