- Fix case duplicates (guide→Guide, project→Project, etc.) - Consolidate single-post tags into broader categories - Add technology tags (Python, AWS, Salt, Docker, Kubernetes) to 93 posts - Add lib/tag_stats.py tool for checking tag usage - Update CLAUDE.md with tag guidelines
32 lines
942 B
ReStructuredText
32 lines
942 B
ReStructuredText
ago.py human readable timedelta 0.0.4 release
|
|
#############################################
|
|
:date: 2013-01-09 00:04
|
|
:author: Russell Ballestrini
|
|
:tags: Code, Python
|
|
:slug: ago-py-human-readable-timedelta0-0-4-release
|
|
:status: published
|
|
|
|
|
|
|
| **We have released ago.py 0.0.4**
|
|
|
|
| pypi: https://pypi.python.org/pypi/ago
|
|
| repo: https://bitbucket.org/russellballestrini/ago
|
|
|
|
Special thanks to David Beitey for supplying `ideas and python
|
|
code <https://davidjb.com/>`__ for this update!
|
|
|
|
All changes are backward compatible.
|
|
|
|
Change log:
|
|
|
|
- added support for future dates
|
|
- added optional past\_tense keyword argument string for custom output
|
|
- added optional future\_tense keyword argument string for custom
|
|
output
|
|
- added 13 tests to help prevent regressions
|
|
- Updated the README.rst documentation for better coverage
|
|
|
|
We were just shy of 800 downloads on pypi for ago-0.0.3, I hope
|
|
ago-0.0.4 will perform even better!
|
|
|
|
.. contents::
|