Skip to content

Commit

Permalink
Bump version to 2.1.5.
Browse files Browse the repository at this point in the history
Bump the version to 2.1.5
  • Loading branch information
bkorty committed Jul 3, 2019
1 parent f34cea1 commit 825a5ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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 825a5ff

Please sign in to comment.