Skip to content

Commit 39d2f4a

Browse files
committed
Bump version to 0.7.1
Follows up #183
1 parent 6210545 commit 39d2f4a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
tarantool-python (0.7.1-0) unstable; urgency=medium
2+
3+
## Overview
4+
5+
It is pure technical release. It fixes the dependency on the msgpack
6+
library.
7+
8+
-- Alexander Turenko <[email protected]> Mon, 28 Dec 2020 04:01:30 +0300
9+
110
tarantool-python (0.7.0-0) unstable; urgency=medium
211

312
## Overview

rpm/tarantool-python.spec

+1-1
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.7.0
3+
Version: 0.7.1
44
Release: 1%{?dist}
55
Source0: tarantool-python-%{version}.tar.gz
66
License: BSD

tarantool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ENCODING_DEFAULT
2626
)
2727

28-
__version__ = "0.7.0"
28+
__version__ = "0.7.1"
2929

3030

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

0 commit comments

Comments
 (0)