Skip to content

Commit

Permalink
Update version and version history
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin M. Roy committed Sep 25, 2013
1 parent 64b20a4 commit f87c32e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -31,6 +31,7 @@ package.

History
-------
2.1.0 - Bugfixes: Use pidfile from configuration if specified, don't show warning about not having a logger in helper.unix if no logger is defined, config obj default/value assignment methodology
2.0.2 - Fix a bug where wake_interval default was not used if wake_interval was not provided in the config. Make logging config an overlay of the default logging config.
2.0.1 - setup.py bugfix
2.0.0 - clihelper renamed to helper with major refactoring, Windows support still
Expand Down
1 change: 1 addition & 0 deletions docs/history.rst
@@ -1,5 +1,6 @@
Version History
===============
2.1.0 - 2013-09-24 - Bugfixes: Use pidfile from configuration if specified, don't show warning about not having a logger in helper.unix if no logger is defined, config obj default/value assignment methodology
2.0.2 - 2013-08-28 - Fix a bug where wake_interval default was not used if wake_interval was not provided in the config. Make logging config an overlay of the default logging config.
2.0.1 - 2013-08-28 - setup.py bugfix
2.0.0 - 2013-08-28 - clihelper renamed to helper with a major refactor. Windows support still pending.
2 changes: 1 addition & 1 deletion helper/__init__.py
Expand Up @@ -129,7 +129,7 @@
$I:.:+I=................ .......... ........................................=:
:8=+.,?$:....................................... .... ............. ..,,= .
"""
__version__ = '2.0.5'
__version__ = '2.1.0'

# Add NullHandler to prevent logging warnings
import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
tests_require.append('unittest2')

setup(name='helper',
version='2.0.5',
version='2.1.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit f87c32e

Please sign in to comment.