Skip to content

Commit 44a9d52

Browse files
committed
Release version 0.3.0
1 parent 8df3ba9 commit 44a9d52

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
_There are no unreleased changes at the moment._
11+
12+
## [0.3.0] - 2021-02-18
13+
1014
### Added
1115

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

4549
## [0.0.3] - 2014-04-29
4650

47-
[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...HEAD
51+
[Unreleased]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.3.0...HEAD
52+
[0.3.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.2.0...v0.3.0
4853
[0.2.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0
4954
[0.1.0]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
5055
[0.0.6]: https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6

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.2.0',
13+
version='0.3.0',
1414
author='Jesse Pollak',
1515
author_email='[email protected]',
1616
packages=['mixpanel_async'],

0 commit comments

Comments
 (0)