Bump version: 1.1.1 → 1.1.2
parent
9abdd926de
commit
a1b87626ab
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 1.1.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,8 @@ Changelog
|
|||
=========
|
||||
|
||||
- Next version - unreleased
|
||||
- 1.1.1 - 2017-03-21
|
||||
|
||||
- 1.1.2 - 2019-09-02
|
||||
|
||||
- Added compatibility to JPype1 0.7 (thanks to @Iverian, @Thrameos)
|
||||
- Dropped python 2.6 support
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# License along with JayDeBeApi. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version_info__ = (1, 1, 1)
|
||||
__version_info__ = (1, 1, 2)
|
||||
__version__ = ".".join(str(i) for i in __version_info__)
|
||||
|
||||
import datetime
|
||||
|
|
|
|||
Loading…
Reference in New Issue