From 2c05e8d21dd60977f5cdee62906c947fc1c92603 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Thu, 9 Jul 2015 14:31:51 -0400 Subject: [PATCH] Prevent UserWarning: The version specified requires normalization, add 0 to version --- README.md | 2 +- RELEASE | 2 +- fail2ban/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66a95531a..66f07034d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ / _|__ _(_) |_ ) |__ __ _ _ _ | _/ _` | | |/ /| '_ \/ _` | ' \ |_| \__,_|_|_/___|_.__/\__,_|_||_| - v0.9.2.dev 2015/xx/xx + v0.9.2.dev0 2015/xx/xx ## Fail2Ban: ban hosts that cause multiple authentication errors diff --git a/RELEASE b/RELEASE index faf0ed931..16880efbf 100644 --- a/RELEASE +++ b/RELEASE @@ -197,5 +197,5 @@ Add the following to the top of the ChangeLog:: Alter the git shortlog command in the previous section to refer to the just released version. -and adjust fail2ban/version.py to carry .dev suffix to signal +and adjust fail2ban/version.py to carry .dev0 suffix to signal a version under development. diff --git a/fail2ban/version.py b/fail2ban/version.py index 15dde8b52..7f26206a1 100644 --- a/fail2ban/version.py +++ b/fail2ban/version.py @@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko, Steven Hiscocks, Daniel Black" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2015 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black" __license__ = "GPL-v2+" -version = "0.9.2.dev" +version = "0.9.2.dev0"