Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbc2 committed Feb 18, 2021
1 parent 8df3ba9 commit 44a9d52
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 @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

_There are no unreleased changes at the moment._

## [0.3.0] - 2021-02-18

### Added

* New parameters for the `AsyncBufferedConsumer` constructor: `import_url`,
Expand Down Expand Up @@ -44,7 +48,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.3] - 2014-04-29

[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='mixpanel-py-async',
version='0.2.0',
version='0.3.0',
author='Jesse Pollak',
author_email='jpollak92@gmail.com',
packages=['mixpanel_async'],
Expand Down

0 comments on commit 44a9d52

Please sign in to comment.