Skip to content

Commit

Permalink
Release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 20, 2019
1 parent e0457d1 commit abb8e2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.2.1] 2019-08-19
### Fixed
- Missing import

## [0.2.0] 2019-08-19
### Added
- Follow Redirects
Expand Down Expand Up @@ -42,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- https


[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.2.0..HEAD
[Unreleased]: https://github.com/sonic182/aiosonic/compare/0.2.1..HEAD
[0.2.1]: https://github.com/sonic182/aiosonic/compare/0.1.0..0.2.1
[0.2.0]: https://github.com/sonic182/aiosonic/compare/0.1.0..0.2.0
[0.1.0]: https://github.com/sonic182/aiosonic/compare/0.0.4..0.1.0
[0.0.4]: https://github.com/sonic182/aiosonic/compare/0.0.3..0.0.4
Expand Down
2 changes: 1 addition & 1 deletion aiosonic/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

VERSION = '0.2.0'
VERSION = '0.2.1'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def requirements(filename):
'aiosonic_utils',
],
classifiers=[
# 'Development Status :: 5 - Production/Stable',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development',
'License :: OSI Approved :: MIT License',
Expand All @@ -43,7 +43,6 @@ def requirements(filename):
'Programming Language :: Python :: 3.7',
],
setup_requires=['pytest-runner'],
test_requires=['pytest'],
install_requires=requirements('./requirements.txt'),
extras_require={
'test': requirements('./test-requirements.txt')
Expand Down

0 comments on commit abb8e2e

Please sign in to comment.