Skip to content

Commit c7b7e52

Browse files
committed
Release version 0.2.0
1 parent 048cf71 commit c7b7e52

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2019-07-11
11+
1012
### Added
1113

1214
* Argument `api_key` for `AsyncBufferedConsumer.send`, for compatibility with the version
@@ -31,7 +33,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3133

3234
## [0.0.3] - 2014-04-29
3335

34-
[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...HEAD
36+
[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...HEAD
37+
[0.2.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0
3538
[0.1.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
3639
[0.0.6]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6
3740
[0.0.5]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.4...v0.0.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='mixpanel-py-async',
13-
version='0.1.0',
13+
version='0.2.0',
1414
author='Jesse Pollak',
1515
author_email='jpollak92@gmail.com',
1616
packages=['mixpanel_async'],

0 commit comments

Comments
 (0)