it was not the end of the world and we should continue

pull/251/merge
Yaroslav Halchenko 2013-06-12 21:22:26 -04:00
parent 921d9a8e4b
commit 460e09af66
3 changed files with 20 additions and 5 deletions

View File

@ -7,6 +7,16 @@
Fail2Ban (version 0.8.10) 2013/06/12 Fail2Ban (version 0.8.10) 2013/06/12
================================================================================ ================================================================================
ver. 0.8.11 (2013/XX/XXX) - wanna-be-released
-----------
- Fixes:
- New Features:
- Enhancements:
ver. 0.8.10 (2013/06/12) - wanna-be-secure ver. 0.8.10 (2013/06/12) - wanna-be-secure
----------- -----------

13
DEVELOP
View File

@ -348,10 +348,15 @@ Post Release
Add the following to the top of the ChangeLog Add the following to the top of the ChangeLog
ver. 0.8.11 (2013/XX/XXX) - wanna-be-stable ver. 0.8.12 (2013/XX/XXX) - wanna-be-released
- Fixes -----------
- New Features
- Enhancements - Fixes:
- New Features:
- Enhancements:
and adjust common/version.py to carry .dev suffix to signal and adjust common/version.py to carry .dev suffix to signal
a version under development. 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.10" version = "0.8.10.dev"