Skip to content

Commit 8f36191

Browse files
committed
Release 1.2.9.
1 parent ace253b commit 8f36191

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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+
16
1.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-
812
1.2.7 / 2017-01-31
913
==================
1014

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Releasing
33

44
1. Update `VERSION` in `analytics/version.py` to the new version.
55
2. 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)
77
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).
88
5. `make dist`.

analytics/version.py

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

0 commit comments

Comments
 (0)