Skip to content

Commit d31d9a9

Browse files
baztianbaztian
authored and
baztian
committed
Bump version: 1.1.0 → 1.1.1
1 parent a3036b4 commit d31d9a9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Changelog
159159
=========
160160

161161
- Next version - unreleased
162+
- 1.1.1 - 2017-03-21
162163

163164
- Don't fail on dates before 1900 on Python < 3.
164165

jaydebeapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# License along with JayDeBeApi. If not, see
1818
# <http://www.gnu.org/licenses/>.
1919

20-
__version_info__ = (1, 1, 0)
20+
__version_info__ = (1, 1, 1)
2121
__version__ = ".".join(str(i) for i in __version_info__)
2222

2323
import datetime

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
#basic package data
2929
name = 'JayDeBeApi',
30-
version = '1.1.0',
30+
version = '1.1.1',
3131
author = 'Bastian Bowe',
3232
author_email = '[email protected]',
3333
license = 'GNU LGPL',

0 commit comments

Comments
 (0)