Skip to content

Commit 1b30b09

Browse files
committed
Bump version to 0.5.2
1 parent a16dd7c commit 1b30b09

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tarantool-python (0.5.2-1) unstable; urgency=medium
2+
3+
* Fix minor bugs
4+
5+
-- Eugine Blikh <[email protected]> Mon, 18 Jan 2016 13:46:33 +0300
6+
17
tarantool-python (0.5.1-1) unstable; urgency=medium
28

39
* Fix minor bugs

Diff for: rpm/tarantool-python.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary: Python client library for Tarantool Database
66
Name: %{name}
7-
Version: 0.5.1
7+
Version: 0.5.2
88
Release: %{build_version}
99
Source0: %{version}.tar.gz
1010
License: BSD

Diff for: tarantool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# pylint: disable=C0301,W0105,W0401,W0614
33

4-
__version__ = "0.5.1"
4+
__version__ = "0.5.2"
55

66
from tarantool.connection import Connection
77
from tarantool.const import (

0 commit comments

Comments
 (0)