From 943b8d5b1bf64dc7e1fefc084f5ecbe5e23a9244 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 20 Oct 2014 18:23:07 +0200 Subject: [PATCH] bump version to 2.0.0 --- bley | 2 +- bley.1 | 2 +- bleygraph | 2 +- bleygraph.1 | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bley b/bley index 80a1edb..c96d458 100755 --- a/bley +++ b/bley @@ -183,7 +183,7 @@ __CREATE_LOGDB_QUERY_SL = ''' def bley_start(): - parser = OptionParser(version='2.0.0-beta.2') + parser = OptionParser(version='2.0.0') parser.add_option("-p", "--pidfile", dest="pid_file", help="use PID_FILE for storing the PID") parser.add_option("-c", "--config", dest="conffile", action="append", diff --git a/bley.1 b/bley.1 index be519b5..aa2fbcb 100644 --- a/bley.1 +++ b/bley.1 @@ -1,4 +1,4 @@ -.TH BLEY "1" "May 2014" "bley 2.0.0-beta.2" "bley" +.TH BLEY "1" "May 2014" "bley 2.0.0" "bley" .SH NAME bley \- intelligent greylisting daemon for Postfix .SH SYNOPSIS diff --git a/bleygraph b/bleygraph index 02d9dac..4e26cb1 100755 --- a/bleygraph +++ b/bleygraph @@ -34,7 +34,7 @@ import os from optparse import OptionParser from ConfigParser import SafeConfigParser -parser = OptionParser(version='2.0.0-beta.2') +parser = OptionParser(version='2.0.0') parser.add_option("-d", "--destdir", dest="destdir", help="write to DESTDIR") parser.add_option("-c", "--config", dest="conffile", diff --git a/bleygraph.1 b/bleygraph.1 index ea21f4c..e37d804 100644 --- a/bleygraph.1 +++ b/bleygraph.1 @@ -1,4 +1,4 @@ -.TH BLEYGRAPH "1" "May 2014" "bleygraph 2.0.0-beta.2" "bley" +.TH BLEYGRAPH "1" "May 2014" "bleygraph 2.0.0" "bley" .SH NAME bleygraph \- stats plotter for bley .SH SYNOPSIS diff --git a/setup.py b/setup.py index 7d68d44..f356a19 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def systemd_unit_path(): setup( name="bley", - version="2.0.0-beta.2", + version="2.0.0", description="intelligent greylisting daemon for postfix", author="Evgeni Golov", author_email="evgeni@golov.de",