Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 28, 2012
1 parent c1c6eb7 commit d4f3e89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/news.rst
@@ -1,6 +1,12 @@
CHANGES
=======

2012/10/29 - version 0.4.0
--------------------------

- add environent variables support in the gafferd setting file.
- add a plugin system to easily extend :doc:`gafferd` using HTML sites
or gaffer applications in Python

2012/10/18 - version 0.3.1
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion gaffer/__init__.py
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of gaffer. See the NOTICE for more information.

version_info = (0, 3, 1)
version_info = (0, 4, 0)
__version__ = ".".join(map(str, version_info))

from gaffer.manager import Manager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@


setup(name='gaffer',
version="0.3.1",
version="0.4.0",
description = 'simple system process manager',
long_description = long_description,
classifiers = CLASSIFIERS,
Expand Down

0 comments on commit d4f3e89

Please sign in to comment.