Skip to content

Commit 8116b46

Browse files
author
alexey.gadzhiev
committed
New version bumped
1 parent 6eef9c4 commit 8116b46

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tarantool-python (0.6.2-0) unstable; urgency=medium
2+
3+
Release for PyPI with new schema type
4+
5+
-- Alexey Gadzhiev <[email protected]> Fri, 30 Mar 2017 16:57:33 +0300
6+
17
tarantool-python (0.6.1-0) unstable; urgency=medium
28

39
Release for PyPI with some incompatible changes:

rpm/tarantool-python.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Python client library for Tarantool Database
22
Name: tarantool-python
3-
Version: 0.6.1
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
Source0: tarantool-python-%{version}.tar.gz
66
License: BSD

tarantool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ENCODING_DEFAULT
2525
)
2626

27-
__version__ = "0.6.1"
27+
__version__ = "0.6.2"
2828

2929

3030
def connect(host="localhost", port=33013, user=None, password=None,

0 commit comments

Comments
 (0)