Skip to content

Commit

Permalink
Version bump 0.12.3.2. And up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Aug 19, 2015
1 parent b8c6e61 commit 99b5c9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cocaine-tools (0.12.3.2) unstable; urgency=low

* [Logs] Pass id to the framework. Support logs from the framerwork

-- Anton Tyurin <[email protected]> Wed, 19 Aug 2015 15:32:50 +0300

cocaine-tools (0.12.3.1) unstable; urgency=low

* [Tracing] Actually send traceid.
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ XS-Python-Version: >= 2.6
Package: cocaine-v12-tools
Architecture: any
Depends: ${misc:Depends},
cocaine-v12-framework-python (>= 0.12.1.0),
cocaine-v12-framework-python (>= 0.12.2.2),
python-opster (>= 4.0),
python-tornado (>= 4.0),
python (>= 2.6),
Expand All @@ -29,7 +29,7 @@ Description: Cocaine - Toolset
Package: cocaine-v12-tornado-proxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
cocaine-v12-framework-python (>=0.12.1.0),
cocaine-v12-framework-python (>=0.12.2.2),
cocaine-v12-tools (=${Source-Version}),
python (>= 2.6),
XB-Python-Version: >= 2.6
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cocaine>=0.12.2.1,<0.13
cocaine>=0.12.2.2,<0.13
opster>=4.0
tornado>=4.0
msgpack_python
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name="cocaine-tools",
version="0.12.3.1",
version="0.12.3.2",
author="Anton Tyurin",
author_email="[email protected]",
maintainer='Evgeny Safronov',
Expand Down

0 comments on commit 99b5c9b

Please sign in to comment.