Bump version: 1.1.0 → 1.1.1

This commit is contained in:
baztian
2017-03-21 20:16:59 +01:00
committed by baztian
parent a3036b4186
commit d31d9a97e3
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True
+1
View File
@@ -159,6 +159,7 @@ Changelog
=========
- Next version - unreleased
- 1.1.1 - 2017-03-21
- Don't fail on dates before 1900 on Python < 3.
+1 -1
View File
@@ -17,7 +17,7 @@
# License along with JayDeBeApi. If not, see
# <http://www.gnu.org/licenses/>.
__version_info__ = (1, 1, 0)
__version_info__ = (1, 1, 1)
__version__ = ".".join(str(i) for i in __version_info__)
import datetime
+1 -1
View File
@@ -27,7 +27,7 @@ if not sys.platform.lower().startswith('java'):
setup(
#basic package data
name = 'JayDeBeApi',
version = '1.1.0',
version = '1.1.1',
author = 'Bastian Bowe',
author_email = 'bastian.dev@gmail.com',
license = 'GNU LGPL',