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
This commit is contained in:
russellballestrini 2018-10-06 15:05:59 -04:00
parent 46a87ee3a7
commit 66d6afc7a4

View file

@ -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(),