Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
add blank version 2.8.0-dev.5 to fix pypi duplicated upload name error
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Sep 17, 2018
1 parent ca0a6e8 commit 91effec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.8.0-dev.5 (2018-9-17)
-----------------------

`Compare 2.8.0-dev.5`_

.. _Compare 2.8.0-dev.5: https://github.com/Parsely/pykafka/compare/2.8.0-dev.4...2.8.0-dev.5

2.8.0-dev.4 (2018-9-17)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion pykafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .managedbalancedconsumer import ManagedBalancedConsumer
from .membershipprotocol import RangeProtocol, RoundRobinProtocol

__version__ = '2.8.0-dev.4'
__version__ = '2.8.0-dev.5'


__all__ = ["Broker", "SimpleConsumer", "Cluster", "Partition", "Producer",
Expand Down

0 comments on commit 91effec

Please sign in to comment.