Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Collado committed May 4, 2017
1 parent 713f548 commit 60214c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -12,3 +12,10 @@ History

* Make batcher size/time limit configurable.
* Added test cases and documentation.

0.3.0 (2017-05-04)
------------------

* Added new flexible configuration format based on the blocks and flows concept.
* Added query parameters support to SQL block.
* Update AMQP block to use a connnection URL instead of just the server address.
2 changes: 1 addition & 1 deletion rabbithole/__init__.py
Expand Up @@ -9,4 +9,4 @@

__author__ = """Javier Collado"""
__email__ = 'javier@gigaspaces.com'
__version__ = '0.2.0'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def run_tests(self):

setup(
name='rabbithole',
version='0.2.0',
version='0.3.0',
description="Store messages from an AMQP server into a SQL database",
long_description=README + '\n\n' + HISTORY,
author="Javier Collado",
Expand Down

0 comments on commit 60214c1

Please sign in to comment.