ago.py 0.0.4 release
Special thanks to David Beitey (http://davidjb.com/) for supplying code and inspiration for this update! All changes are backward compatible. Changelog: * added support for future dates * added optional format_past keyword argument string for custom output * added optional format_future keyword argument string for custom output * added 13 tests to help prevent regressions * Updated the README.rst documentation for better coverage
This commit is contained in:
parent
daf089fd28
commit
9e841d1266
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.3',
|
||||
version = '0.0.4',
|
||||
description = 'ago: Human readable timedeltas',
|
||||
keywords = 'ago human readable time deltas timedelta datetime',
|
||||
long_description = open('README.rst').read(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue