Skip to content

Commit f500d62

Browse files
committed
Prepare for release 1.2.8.
1 parent e076ccd commit f500d62

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Next release
2-
============
1+
1.2.8 / 2017-09-20
2+
==================
33

4-
* [Fix](https://github.com/segmentio/analytics-python/issues/94): Date
5-
objects are removed from event properties.
4+
* [Fix](https://github.com/segmentio/analytics-python/issues/94): Date objects are removed from event properties.
5+
* [Fix](https://github.com/segmentio/analytics-python/pull/98): Fix for regression introduced in version 1.2.4.
66

77

88
1.2.7 / 2017-01-31
@@ -26,7 +26,7 @@ Next release
2626
==================
2727

2828
* Fix race conditions in overflow and flush tests
29-
* Join daemon thread on interpreter exit to prevetn valueerrors
29+
* Join daemon thread on interpreter exit to prevent value errors
3030
* Capitalize HISTORY.md (#76)
3131
* Quick fix for Decimal to send as a float
3232

analytics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.2.7'
1+
VERSION = '1.2.8'

0 commit comments

Comments
 (0)