From 308302303068ecd149957a958c9d71625771c0f9 Mon Sep 17 00:00:00 2001 From: Gerhard Weis Date: Sun, 23 Feb 2014 10:35:34 +1000 Subject: back to development fix travis badge --- CHANGES.txt | 6 ++++++ README.rst | 3 ++- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ed60495..3e25272 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +0.5.1 (unreleased) +------------------ + + - no changes yet + + 0.5.0 (2014-02-23) ------------------ diff --git a/README.rst b/README.rst index 81fb196..5853ff7 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,8 @@ ISO 8601 date/time parser ========================= -.. image:: https://travis-ci.org/gweis/isodate.png?branch=master :target: https://travis-ci.org/gweis/isodate +.. image:: https://travis-ci.org/gweis/isodate.png?branch=master + :target: https://travis-ci.org/gweis/isodate This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only diff --git a/setup.py b/setup.py index 7080a54..aa6061d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='isodate', - version='0.5.0', + version='0.5.1-dev', packages=['isodate', 'isodate.tests'], package_dir={'': 'src'}, -- cgit v1.2.1