diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bdd9876..a306d31 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/README.rst b/README.rst index d67818e..fc84dd5 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,7 @@ Changelog ========= - Next version - unreleased +- 0.1.5 - 2015-03-02 - Add version number to module. diff --git a/setup.py b/setup.py index 99c759a..df3ef2f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ print find_packages('src') setup( #basic package data name = 'JayDeBeApi', - version = '0.1.4', + version = '0.1.5', author = 'Bastian Bowe', author_email = 'bastian.dev@gmail.com', license = 'GNU LGPL', diff --git a/src/jaydebeapi/dbapi2.py b/src/jaydebeapi/dbapi2.py index 6db72cf..64a141f 100644 --- a/src/jaydebeapi/dbapi2.py +++ b/src/jaydebeapi/dbapi2.py @@ -17,7 +17,7 @@ # License along with JayDeBeApi. If not, see # . -__version_info__ = (0, 1, 4) +__version_info__ = (0, 1, 5) __version__ = ".".join(str(i) for i in __version_info__) import datetime