From 9e841d12667a2e180e92e5b03a0b66056d3fd365 Mon Sep 17 00:00:00 2001 From: RussellBallestrini Date: Tue, 8 Jan 2013 22:36:07 -0500 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ca6eda..37de001 100644 --- a/setup.py +++ b/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(),