Skip to content

Commit

Permalink
Release version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 28, 2012
1 parent e658181 commit 3cc8f48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
Changelog
=========

17 (2012-12-28)
---------------

- Added missing python-daemon requirement. [Jose Diaz-Gonzalez]

16 (2012-12-27)
---------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ From Github::

From PyPI::

pip install beaver==16
pip install beaver==17

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
Expand Up @@ -7,7 +7,7 @@
from beaver.utils import setup_custom_logger
from beaver.worker import Worker, REOPEN_FILES

__version__ = '16'
__version__ = '17'


def run(args):
Expand Down

0 comments on commit 3cc8f48

Please sign in to comment.