Bump version: 0.1.6 → 0.2.0
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.1.6
|
||||
current_version = 0.2.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
@@ -168,6 +168,7 @@ Changelog
|
||||
=========
|
||||
|
||||
- Next version - unreleased
|
||||
- 0.2.0 - 2015-04-26
|
||||
|
||||
- Python 3 support (requires JPype1 >= 0.6.0).
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# License along with JayDeBeApi. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version_info__ = (0, 1, 6)
|
||||
__version_info__ = (0, 2, 0)
|
||||
__version__ = ".".join(str(i) for i in __version_info__)
|
||||
|
||||
import datetime
|
||||
|
||||
Reference in New Issue
Block a user