File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.2.9 / 2017-11-28
2+ ==================
3+
4+ * [ Fix] ( https://github.com/segmentio/analytics-python/pull/102 ) : Stringify non-string userIds and anonymousIds.
5+
161.2.8 / 2017-09-20
27==================
38
49 * [ Fix] ( https://github.com/segmentio/analytics-python/issues/94 ) : Date objects are removed from event properties.
510 * [ Fix] ( https://github.com/segmentio/analytics-python/pull/98 ) : Fix for regression introduced in version 1.2.4.
611
7-
8121.2.7 / 2017-01-31
913==================
1014
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Releasing
33
441 . Update ` VERSION ` in ` analytics/version.py ` to the new version.
552 . Update the ` HISTORY.md ` for the impending release.
6- 3 . ` git commit -am "Prepare for release X.Y.Z." ` (where X.Y.Z is the new version)
6+ 3 . ` git commit -am "Release X.Y.Z." ` (where X.Y.Z is the new version)
774 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version).
885 . ` make dist ` .
Original file line number Diff line number Diff line change 1- VERSION = '1.2.8 '
1+ VERSION = '1.2.9 '
You can’t perform that action at this time.
0 commit comments