Skip to content

Commit dbd3b2c

Browse files
committed
Bump version to 0.6.1
1 parent f6417a9 commit dbd3b2c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
tarantool-python (0.6.1-0) unstable; urgency=medium
2+
3+
Release for PyPI with some incompatible changes:
4+
5+
* `str`/`repr` of tuples now shows not yaml, but `json` (incompat)
6+
* supports now CALL 1.7.1 by default (incompat)
7+
* added support for unix sockets
8+
* getting rid of six dependency
9+
* packages for centos 6/7 should now be ok
10+
11+
-- Eugine Blikh <[email protected]> Mon, 23 May 2017 20:57:33 +0300
12+
113
tarantool-python (0.5.5-0) unstable; urgency=medium
214

315
Release for PyPI

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

2929

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

0 commit comments

Comments
 (0)