Skip to content

Commit

Permalink
1.0.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Mar 27, 2019
1 parent 3e879a2 commit 345c962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Version History
===============

1.0.0b2 2019-02-07
------------------
1.0.0 2019-03-26
----------------

`GitHub milestone <https://github.com/pika/pika/milestone/8>`_
`GitHub milestone <https://github.com/pika/pika/milestone/8?closed=1>`_

- ``AsyncioConnection``, ``TornadoConnection`` and ``TwistedProtocolConnection`` are no longer auto-imported (`PR <https://github.com/pika/pika/pull/1129>`_)
- ``BlockingConnection.consume`` now returns ``(None, None, None)`` when inactivity timeout is reached (`PR <https://github.com/pika/pika/pull/899>`_)
Expand Down
6 changes: 3 additions & 3 deletions docs/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Version History
===============

1.0.0b2 2019-02-07
------------------
1.0.0 2019-03-26
----------------

`GitHub milestone <https://github.com/pika/pika/milestone/8>`_
`GitHub milestone <https://github.com/pika/pika/milestone/8?closed=1>`_

- ``AsyncioConnection``, ``TornadoConnection`` and ``TwistedProtocolConnection`` are no longer auto-imported (`PR <https://github.com/pika/pika/pull/1129>`_)
- ``BlockingConnection.consume`` now returns ``(None, None, None)`` when inactivity timeout is reached (`PR <https://github.com/pika/pika/pull/899>`_)
Expand Down
2 changes: 1 addition & 1 deletion pika/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0b2'
__version__ = '1.0.0'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='pika',
version='1.0.0b2',
version='1.0.0',
description='Pika Python AMQP Client Library',
long_description=open('README.rst').read(),
maintainer='Gavin M. Roy',
Expand Down

0 comments on commit 345c962

Please sign in to comment.