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:
parent
46a87ee3a7
commit
66d6afc7a4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue