From 66d6afc7a489684a0abb9ebb752fa8fa91b9bf7f Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Sat, 6 Oct 2018 15:05:59 -0400 Subject: [PATCH] bump version for release this release fixes a defect where we were naively stripping timezone data which is only a valid strategy if the local timezone equals the timezone set in the datetime object. Special thanks to Chad Birch for the defect report, patch, and tests. changed setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c3341b..5b08c27 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name="ago", - version="0.0.92", + version="0.0.93", description="ago: Human readable timedeltas", keywords="ago human readable time deltas timedelta datetime timestamp", long_description=open("README.rst").read(),