Commit graph

17 commits

Author SHA1 Message Date
f54872700a modified: ago/__init__.py
modified:   setup.py
2022-07-11 17:02:52 -04:00
16d2dc15f6 Buncha fix ups
renamed:    .hgignore -> .gitignore
	new file:   .gitlab-ci.yml
	new file:   Makefile
	modified:   README.rst
	new file:   ago/__init__.py
	renamed:    ago.py -> ago/ago.py
	new file:   ago/tests/__init__.py
	renamed:    test_ago.py -> ago/tests/test_ago.py
	new file:   requirements-test.txt
	modified:   setup.py
2022-07-06 13:56:35 -04:00
e09188f666 update revision control details.
modified:   README.rst
	modified:   setup.py
2022-07-06 13:09:09 -04:00
russellballestrini
66d6afc7a4 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
2018-10-06 15:05:59 -04:00
russellballestrini
b2f6af9d70 The result of running black .
changed ago.py
changed setup.py
changed test_ago.py
2018-05-25 17:33:10 -04:00
russellballestrini
36102bba88 fix millisecs versus microsecs
changed ago.py
changed setup.py
changed test_ago.py
2017-10-14 20:49:50 -04:00
russellballestrini
ddcd765260 changed setup.py 2017-10-14 20:15:53 -04:00
5c9ba685d2 version 0.0.9 support for int/float timestamps
changed README.rst
changed ago.py
changed setup.py
changed test_ago.py
2016-09-21 16:31:48 -04:00
russellballestrini
e5a4850368 release 0.0.8
user: russellballestrini
branch 'default'
changed README.rst
changed ago.py
changed setup.py
2016-07-10 14:34:28 -04:00
russellballestrini
f586eaa8cb new release, adds abbreviate parameter! 2016-02-01 23:24:38 -05:00
RussellBallestrini
8b45e6b8b3 version 0.0.6
bumping version so I can deploy a new package on pypi!

changed setup.py
2014-02-25 11:57:54 -05:00
RussellBallestrini
a2574a05d8 ago 0.0.5 version
* consolidated human and delta2human
* fixed docs and tests to reflect consolidation
2013-01-12 15:06:09 -05:00
RussellBallestrini
9e841d1266 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
2013-01-08 22:36:07 -05:00
RussellBallestrini
7b58f3d73c David Beitey suggested adjusting README to README.rst
https://bitbucket.org/davidjb <- thanks!
2013-01-07 21:16:00 -05:00
RussellBallestrini
6dc3268ff7 forgot to commit setup.py changes 2012-07-29 09:40:48 -04:00
RussellBallestrini
ce0c9579b6 added a README 2012-06-29 19:56:25 -04:00
RussellBallestrini
c672eb00c9 first commit, packaged on pypi, easy_install ago! 2012-06-29 19:25:55 -04:00