File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.0] - 2019-07-11
11
+
10
12
### Added
11
13
12
14
* 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).
31
33
32
34
## [ 0.0.3] - 2014-04-29
33
35
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
35
38
[ 0.1.0 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.6...v0.1.0
36
39
[ 0.0.6 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.5...v0.0.6
37
40
[ 0.0.5 ] : https://github.com/jessepollak/mixpanel-python-async/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'mixpanel-py-async' ,
13
- version = '0.1 .0' ,
13
+ version = '0.2 .0' ,
14
14
author = 'Jesse Pollak' ,
15
15
author_email = 'jpollak92@gmail.com' ,
16
16
packages = ['mixpanel_async' ],
You can’t perform that action at this time.
0 commit comments