We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8ce40 commit 4550310Copy full SHA for 4550310
CHANGES.txt
@@ -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
+
11
Version 0.8.0 (2016-10-13)
12
--------------------------
13
Add byte_limit to Emitter (#170)
snowplow_tracker/_version.py
@@ -20,6 +20,6 @@
20
"""
21
22
23
-__version_info__ = (0, 8, 0)
+__version_info__ = (0, 8, 2)
24
__version__ = ".".join(str(x) for x in __version_info__)
25
__build_version__ = __version__ + ''
0 commit comments