Skip to content

Commit

Permalink
Merge pull request #20 from bkorty/master
Browse files Browse the repository at this point in the history
Bump to version 2.1.5
  • Loading branch information
nvllsvm committed Jul 3, 2019
2 parents 29da305 + 825a5ff commit d2c38ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ deploy:
password:
secure: IJVu1MUk2NtRprWkYL+prPRbWrDdSiP+L06S6xERqYnu+fy1ez8/zODazkQGKagXAAujbJK8OwyCgoMzCGDNHV3/NfFtz9dirGVAD2rXZ6AVfHjtEh31L2b2YzXEK0EnBMRsYRjsqLva6q7tfxzjMWKFria25wsd9bN8VlofNDQ=
on:
python: 3.7
python: 3.6
tags: true
repo: sprockets/sprockets.mixins.amqp
10 changes: 8 additions & 2 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Version History
===============

`2.1.5`_ July 3, 2019
---------------------
- Remove official support for python versions less than 3.5
- Add support for tornado 5.X releases

`2.1.4`_ Jan 24, 2019
---------------------
- Pin pika to 0.12.0, 0.11.0 has issues with Python 3.7


`2.1.3`_ Jan 23, 2019
---------------------
- Pin pika to 0.11.0
Expand Down Expand Up @@ -73,7 +77,9 @@ Version History
----------------------
- Initial implementation

.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/2.1.3...HEAD
.. _Next Release: https://github.com/sprockets/sprockets.amqp/compare/2.1.5...HEAD
.. _2.1.5: https://github.com/sprockets/sprockets.amqp/compare/2.1.4...2.1.5
.. _2.1.4: https://github.com/sprockets/sprockets.amqp/compare/2.1.3...2.1.4
.. _2.1.3: https://github.com/sprockets/sprockets.amqp/compare/2.1.2...2.1.3
.. _2.1.2: https://github.com/sprockets/sprockets.amqp/compare/2.1.1...2.1.2
.. _2.1.1: https://github.com/sprockets/sprockets.amqp/compare/2.1.0...2.1.1
Expand Down
2 changes: 1 addition & 1 deletion sprockets/mixins/amqp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
concurrent, ioloop, exceptions, pika = \
object(), object(), object(), object()

__version__ = '2.1.4'
__version__ = '2.1.5'

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit d2c38ea

Please sign in to comment.