summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* bump versionGerhard Weis2015-08-061-1/+1
|
* fix rst formatting and make new release0.5.4Gerhard Weis2015-08-061-1/+1
|
* bump versionGerhard Weis2015-08-061-1/+1
|
* update changelog and prepare releaseGerhard Weis2015-08-061-1/+1
|
* fix typo in setup.py descriptionnikolas2015-05-181-1/+1
|
* bump to 0.5.2-devGerhard Weis2014-11-071-1/+1
|
* release 0.5.10.5.1Gerhard Weis2014-11-071-1/+1
|
* add Python 3.4 to list of supported versionsGerhard Weis2014-11-071-0/+1
|
* Fix flake errorsAdrian Coveney2014-08-181-4/+4
|
* back to developmentGerhard Weis2014-02-231-1/+1
| | | | fix travis badge
* update setup.py to read correct README fileGerhard Weis2014-02-231-3/+3
|
* update trove classifiers to show all supported python versionsGerhard Weis2013-01-251-2/+5
|
* back to devGerhard Weis2012-10-301-1/+1
|
* forgot to bump version for a whileGerhard Weis2012-10-301-1/+1
|
* updated change log and version to 0.4.8Gerhard Weis2012-05-041-1/+1
|
* clean up setup.py for python2 and 3 compatibility (with and without ↵Gerhard Weis2012-05-041-8/+7
| | | | setuptools available)
* bump version to 0.4.7Gerhard Weis2012-01-261-1/+1
|
* * support Python 3Gerhard Weis2012-01-061-3/+13
| | | | * moved tests package into isolate package
* * made setuptools an optional dependencyGerhard Weis2012-01-061-7/+10
| | | | * bumped version to 0.4.5
* * Fixed a formatting of microseconds for datetime objectsGerhard Weis2011-04-161-15/+15
| | | | | * some whitespace cleanup * bumped version to 0.4.4
* * Fixed problem with %P formating and fractionsGerhard Weis2010-10-291-1/+1
|
* * added unary operator for DurationGerhard Weis2010-10-281-5/+7
| | | | | * output fractional seconds iso format * added some tests
* * fixed bug in comparison between timedelta and Duration.Gerhard Weis2009-02-091-1/+1
|
* * added ISO 8601 formating methodsGerhard Weis2009-02-091-1/+1
| | | | | | | | * still problems with negative durations * refactored Duration class to separate module * allow access to wrapped timedelta attributes directly on Duration. * refactored tzinfo parsing and formating into separate module * updated test cases for new functionality
* * renamed project to isodateGerhard Weis2009-01-051-1/+1
|
* * initial commit (version 0.3.0)Gerhard Weis2009-01-051-0/+66