Release hotfix 0.1.1
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAlyU/EYACgkQDXkdyNc3 wdktDwf/QI9yjHuDWDEv1/f3YyVx7XKVxIoWIwp/L+makfBMZQAM+bEYx3xKgW5z cgl3wFhSVbD4aPpKBGZGD51MEVtBgFqJo3oTckQrM8THQ4PKrL7QJFdYe6VzQcin aVvIzBWz+xXhNnrrXLiq5uz5nRslNjnVgoK5B4C36rBVUxWnfGbOWVoWyUTwy3+J Ux1as3f399f7O8bYaw39M+n6j/oEiL/PrlpUQ8VChIpnxTPlaW3RgtLdk5Q2pCVl 21HmCaNzTUgAwRvtsDJc5yWYwxPd6C0EFe63H7uMFUhB43fDnW5PBvCqO/1BVFIk 6NGfxbOphbjAMmDuwZCPvRJtR9icrg== =kPLF -----END PGP SIGNATURE----- Merge tag '0.1.1' Release hotfix 0.1.1 * tag '0.1.1': Fix broken kombu/amqp versions for Debian Stretch Python
This commit is contained in:
commit
10cfc5fe83
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`0.1.1 <2019-03-22>`
|
||||||
|
* :bug:`-` Remove fixed kombu version due to incompatibility with current
|
||||||
|
Python 2.7, update amqp to 1.4.9
|
||||||
* :release:`0.1.0 <2015-01-04>`
|
* :release:`0.1.0 <2015-01-04>`
|
||||||
* :feature:`-` initial project setup
|
* :feature:`-` initial project setup
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
amqp==1.4.6
|
amqp==1.4.9
|
||||||
bpython==0.13.1
|
bpython==0.13.1
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
billiard==3.3.0.19
|
billiard==3.3.0.19
|
||||||
celery==3.1.17
|
celery==3.1.17
|
||||||
kombu==3.0.24
|
|
||||||
pytz==2014.10
|
pytz==2014.10
|
||||||
mysqlclient==1.3.4
|
mysqlclient==1.3.4
|
||||||
|
|
Loading…
Reference in a new issue