Skip to content

Commit

Permalink
Release version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 31, 2012
1 parent d602bd1 commit a0810bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGES.rst
@@ -1,9 +1,20 @@
Changelog Changelog
========= =========


17 (2012-12-28) 18 (2012-12-31)
--------------- ---------------


- Add timing debug information to the worker loop. [Jose Diaz-Gonzalez]

- Use redis pipelining when sending events. [Jose Diaz-Gonzalez]

- Formatting. [Jose Diaz-Gonzalez]

- Do not output debug statement for file_config.get call. [Jose Diaz-
Gonzalez]

- Pass in logger object to create_ssh_tunnel() [Jose Diaz-Gonzalez]

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


16 (2012-12-27) 16 (2012-12-27)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ From Github::


From PyPI:: From PyPI::


pip install beaver==17 pip install beaver==18


Usage 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.utils import setup_custom_logger
from beaver.worker import Worker, REOPEN_FILES from beaver.worker import Worker, REOPEN_FILES


__version__ = '17' __version__ = '18'




def run(args): def run(args):
Expand Down

0 comments on commit a0810bb

Please sign in to comment.