From cf1be7b09957b394bb2a5f9293f6818bff2ee3ad Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 26 Apr 2018 14:15:28 +0300 Subject: [PATCH] 1.3.3 --- CHANGELOG.md | 4 ++++ conflate/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9123e38..b9d1cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master branch +## 1.3.3 + +_Released 2018-04-26_ + * Fixed processing of `''` tag value. * More that 3 duplicate points in a single place are processed correctly. * Now you can `yield` points from a profile instead of making a list. diff --git a/conflate/version.py b/conflate/version.py index e398332..07f744c 100644 --- a/conflate/version.py +++ b/conflate/version.py @@ -1 +1 @@ -__version__ = '1.3.2' +__version__ = '1.3.3'