Bump version: 1.2.2 → 1.2.3

master
baztian 2020-06-12 08:58:12 +02:00
parent 857cb279bc
commit 8ffe6bd527
4 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.2
current_version = 1.2.3
commit = True
tag = True

View File

@ -170,6 +170,7 @@ Changelog
=========
- Next version - unreleased
- 1.2.3 - 2020-06-12
- Make pip install for Python 2 work by changing JPype1 requirement to older
version

View File

@ -17,7 +17,7 @@
# License along with JayDeBeApi. If not, see
# <http://www.gnu.org/licenses/>.
__version_info__ = (1, 2, 2)
__version_info__ = (1, 2, 3)
__version__ = ".".join(str(i) for i in __version_info__)
import datetime

View File

@ -27,7 +27,7 @@ install_requires = [ 'JPype1 ; python_version > "2.7" and platform_python_implem
setup(
#basic package data
name = 'JayDeBeApi',
version = '1.2.2',
version = '1.2.3',
author = 'Bastian Bowe',
author_email = 'bastian.dev@gmail.com',
license = 'GNU LGPL',