Skip to content

Commit 66b6466

Browse files
author
Alexey Gadzhiev
committed
Fix for tarantool 1.10.x and new version bumped
1 parent 7163daa commit 66b6466

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.3-0) unstable; urgency=medium
2+
3+
Release for PyPI with fix for 1.10.x Tarantool version
4+
5+
-- Alexey Gadzhiev <[email protected]> Tue, 3 Apr 2017 16:57:33 +0300
6+
17
tarantool-python (0.6.2-0) unstable; urgency=medium
28

39
Release for PyPI with new schema type

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.2
3+
Version: 0.6.3
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.2"
27+
__version__ = "0.6.3"
2828

2929

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

0 commit comments

Comments
 (0)