File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ _ There are no unreleased changes at the moment._
11
+
12
+ ## [ 0.3.0] - 2021-02-18
13
+
10
14
### Added
11
15
12
16
* 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).
44
48
45
49
## [ 0.0.3] - 2014-04-29
46
50
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
48
53
[ 0.2.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.1.0...v0.2.0
49
54
[ 0.1.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
50
55
[ 0.0.6 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'mixpanel-py-async' ,
13
- version = '0.2 .0' ,
13
+ version = '0.3 .0' ,
14
14
author = 'Jesse Pollak' ,
15
15
16
16
packages = ['mixpanel_async' ],
You can’t perform that action at this time.
0 commit comments