Skip to content

Commit a14e5cf

Browse files
committed
Bump version to 0.6.6
1 parent 4a9d145 commit a14e5cf

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
tarantool-python (0.6.6-0) unstable; urgency=medium
2+
3+
## Breaking changes
4+
5+
This release should not break existing code.
6+
7+
## New features
8+
9+
* Added ability to configure a MeshConnection object to periodically
10+
update instances list from tarantool (#134).
11+
12+
## Bugfixes
13+
14+
* Fixed the deprecation warning due to deprecated way to import abstract
15+
collections.
16+
* Fixed SchemaReloadException raising after reconnection with non-actual
17+
schema id (#141).
18+
* Fixed a string representation of a Response object without data (say,
19+
authentication response) (#139).
20+
21+
-- Alexander Turenko <[email protected]> Fri, 14 Jun 2019 23:14:07 +0300
22+
123
tarantool-python (0.6.5-0) unstable; urgency=medium
224

325
## Breaking 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.5
3+
Version: 0.6.6
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
@@ -25,7 +25,7 @@
2525
ENCODING_DEFAULT
2626
)
2727

28-
__version__ = "0.6.5"
28+
__version__ = "0.6.6"
2929

3030

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

0 commit comments

Comments
 (0)