diff --git a/debian/changelog b/debian/changelog index d0290c5..e555933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cocaine-framework-python (0.12.14.10) unstable; urgency=low + + * Revert "Increase msgpack Unpacker's limits: 2G -> 4G" + * Revert "Update python-msgpack to 0.4.8-yandex4 or >= 0.6" + + -- Kirill Smorodinnikov Wed, 05 Dec 2018 17:22:02 +0300 + cocaine-framework-python (0.12.14.9) trusty; urgency=medium * Increase msgpack Unpacker's limits: 2G -> 4G diff --git a/setup.py b/setup.py index 32a0b97..d593e54 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="cocaine", - version="0.12.14.8", + version="0.12.14.10", author="Anton Tyurin", author_email="noxiouz@yandex.ru", maintainer='Evgeny Safronov',