Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 20, 2014
1 parent 16e5356 commit 943b8d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bley
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bley.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bleygraph
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion bleygraph.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 943b8d5

Please sign in to comment.