Skip to content

Commit 9560d67

Browse files
committed
Dump version to 0.1.4
(Add TQueue, Fix dependencies on tarantool-python (for 1.5))
1 parent f4b9d2e commit 9560d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
msgpack-python
2-
tarantool
2+
tarantool<0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_version(*file_paths):
4343
platforms = ["all"],
4444
install_requires=[
4545
'msgpack-python',
46-
'tarantool'
46+
'tarantool<0.4'
4747
],
4848
url='http://github.com/tarantool/tarantool-queue-python',
4949
test_suite='tests.test_queue',

tarantool_queue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22

33
from .tarantool_queue import Queue
44
from .tarantool_tqueue import TQueue

0 commit comments

Comments
 (0)