Skip to content

Commit

Permalink
0.12.0b2 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Apr 19, 2018
1 parent 7cc580a commit 8a617ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version History
===============

0.12.0b1 2018-04-18
0.12.0b2 2018-04-19
-------------------

`GitHub milestone <https://github.com/pika/pika/milestone/12>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version History
===============

0.12.0b1 2018-04-18
0.12.0b2 2018-04-19
-------------------

`GitHub milestone <https://github.com/pika/pika/milestone/12>`_
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__ = '0.12.0b1'
__version__ = '0.12.0b2'

import logging
from logging import NullHandler
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='0.12.0b1',
version='0.12.0b2',
description='Pika Python AMQP Client Library',
long_description=open('README.rst').read(),
maintainer='Gavin M. Roy',
Expand Down

0 comments on commit 8a617ad

Please sign in to comment.