Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Jan 8, 2019
1 parent 8e8ce40 commit 4550310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,13 @@
Version 0.8.2 (2018-12-01)
--------------------------
Fix date for 0.8.0 release in CHANGELOG (#183)
Remove Python 3.3 from tests (#206)
Update PyPI deployment to use Twine (#207)
Add version bounds for all dependencies (#208)
Upgrade Celery to 4.x (#210)
Fix flush argument clash with async keyword (#211)
Add Python 3.7 to test suite (close #212)

Version 0.8.0 (2016-10-13)
--------------------------
Add byte_limit to Emitter (#170)
Expand Down
2 changes: 1 addition & 1 deletion snowplow_tracker/_version.py
Expand Up @@ -20,6 +20,6 @@
"""


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

0 comments on commit 4550310

Please sign in to comment.