Getting ready for further development

pull/227/head
Yaroslav Halchenko 2013-05-13 12:56:21 -04:00
parent 152c619dc4
commit 725d666ee6
3 changed files with 13 additions and 3 deletions

View File

@ -4,9 +4,17 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
================================================================================ ================================================================================
Fail2Ban (version 0.8.9) 2013/05/13 Fail2Ban (version 0.8.9.dev) 2013/??/??
================================================================================ ================================================================================
ver. 0.8.10 (2013/XX/XXX) - NOT-YET-RELEASED
-----------
- Fixes
- New Features
- Enhancements
ver. 0.8.9 (2013/05/13) - wanna-be-stable ver. 0.8.9 (2013/05/13) - wanna-be-stable
---------- ----------

View File

@ -338,8 +338,10 @@ Post Release
Add the following to the top of the ChangeLog Add the following to the top of the ChangeLog
ver. 0.8.9 (2013/XX/XXX) - wanna-be-stable ver. 0.8.11 (2013/XX/XXX) - wanna-be-stable
- Fixes - Fixes
- New Features - New Features
- Enhancements - Enhancements
and adjust common/version.py to carry .dev suffix to signal
a version under development.

View File

@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
__license__ = "GPL" __license__ = "GPL"
version = "0.8.9" version = "0.8.9.dev"