Skip to content

Commit

Permalink
1.0.1 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 12, 2019
1 parent c760f97 commit 42ca6d0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version History
===============

1.0.1 2019-04-12
----------------

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

- API docstring updates
- Twisted adapter: Add basic_consume Deferred to the call list (`PR <https://github.com/pika/pika/pull/1202>`_)

1.0.0 2019-03-26
----------------

Expand Down
8 changes: 8 additions & 0 deletions docs/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version History
===============

1.0.1 2019-04-12
----------------

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

- API docstring updates
- Twisted adapter: Add basic_consume Deferred to the call list (`PR <https://github.com/pika/pika/pull/1202>`_)

1.0.0 2019-03-26
----------------

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.0'
__version__ = '1.0.1'

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.0',
version='1.0.1',
description='Pika Python AMQP Client Library',
long_description=open('README.rst').read(),
maintainer='Gavin M. Roy',
Expand Down

0 comments on commit 42ca6d0

Please sign in to comment.