Skip to content

Commit 4550310

Browse files
committed
Prepared for release
1 parent 8e8ce40 commit 4550310

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 0.8.2 (2018-12-01)
2+
--------------------------
3+
Fix date for 0.8.0 release in CHANGELOG (#183)
4+
Remove Python 3.3 from tests (#206)
5+
Update PyPI deployment to use Twine (#207)
6+
Add version bounds for all dependencies (#208)
7+
Upgrade Celery to 4.x (#210)
8+
Fix flush argument clash with async keyword (#211)
9+
Add Python 3.7 to test suite (close #212)
10+
111
Version 0.8.0 (2016-10-13)
212
--------------------------
313
Add byte_limit to Emitter (#170)

snowplow_tracker/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"""
2121

2222

23-
__version_info__ = (0, 8, 0)
23+
__version_info__ = (0, 8, 2)
2424
__version__ = ".".join(str(x) for x in __version_info__)
2525
__build_version__ = __version__ + ''

0 commit comments

Comments
 (0)