Skip to content

Commit 737308c

Browse files
committed
Bump version to 0.5.5
1 parent 6089065 commit 737308c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.5.5-0) unstable; urgency=medium
2+
3+
Release for PyPI
4+
5+
-- Eugine Blikh <[email protected]> Mon, 18 May 2017 23:23:33 +0300
6+
17
tarantool-python (0.5.4-0) unstable; urgency=medium
28

39
Release for PyPO

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.4
3+
Version: 0.5.5
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
@@ -22,7 +22,7 @@
2222
)
2323

2424

25-
__version__ = "0.5.4"
25+
__version__ = "0.5.5"
2626

2727

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py35, pypy
7+
envlist = py27, py36, pypy
88

99
[testenv]
1010
commands = python setup.py test

0 commit comments

Comments
 (0)