From bddfdbe10a98a9436b69b6f4db8aabec95558533 Mon Sep 17 00:00:00 2001 From: David Blacka Date: Sat, 21 Jun 2008 17:11:27 -0400 Subject: [PATCH] remove $ crap. up the version to 0.4.1 --- bin/pyrwhoisd | 2 -- rwhoisd/DirectiveProcessor.py | 2 -- rwhoisd/MemDB.py | 2 -- rwhoisd/MemIndex.py | 2 -- rwhoisd/QueryParser.py | 2 -- rwhoisd/QueryProcessor.py | 2 -- rwhoisd/Rwhois.py | 2 -- rwhoisd/Session.py | 2 -- rwhoisd/config.py | 4 +--- setup.py | 2 +- 10 files changed, 2 insertions(+), 20 deletions(-) diff --git a/bin/pyrwhoisd b/bin/pyrwhoisd index 1ed7595..0be90b5 100755 --- a/bin/pyrwhoisd +++ b/bin/pyrwhoisd @@ -4,8 +4,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: pyrwhoisd,v 1.2 2003/04/28 16:46:50 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/DirectiveProcessor.py b/rwhoisd/DirectiveProcessor.py index a9cb1f4..634a003 100644 --- a/rwhoisd/DirectiveProcessor.py +++ b/rwhoisd/DirectiveProcessor.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: DirectiveProcessor.py,v 1.2 2003/04/28 16:43:37 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/MemDB.py b/rwhoisd/MemDB.py index 1cde736..47cba41 100644 --- a/rwhoisd/MemDB.py +++ b/rwhoisd/MemDB.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: MemDB.py,v 1.3 2003/04/28 16:44:09 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/MemIndex.py b/rwhoisd/MemIndex.py index ac2b42b..4d9d365 100644 --- a/rwhoisd/MemIndex.py +++ b/rwhoisd/MemIndex.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: MemIndex.py,v 1.2 2003/04/28 16:43:19 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/QueryParser.py b/rwhoisd/QueryParser.py index 56fafd0..2e2ce6e 100644 --- a/rwhoisd/QueryParser.py +++ b/rwhoisd/QueryParser.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: QueryParser.py,v 1.2 2003/04/28 16:43:19 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/QueryProcessor.py b/rwhoisd/QueryProcessor.py index 8947d41..8725141 100644 --- a/rwhoisd/QueryProcessor.py +++ b/rwhoisd/QueryProcessor.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: QueryProcessor.py,v 1.3 2003/04/28 16:44:56 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/Rwhois.py b/rwhoisd/Rwhois.py index 4c4e388..265d520 100644 --- a/rwhoisd/Rwhois.py +++ b/rwhoisd/Rwhois.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: Rwhois.py,v 1.3 2003/04/28 16:45:46 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/Session.py b/rwhoisd/Session.py index 7f7d20e..f919985 100644 --- a/rwhoisd/Session.py +++ b/rwhoisd/Session.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: Session.py,v 1.2 2003/04/28 16:43:19 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or diff --git a/rwhoisd/config.py b/rwhoisd/config.py index d4fb5d2..3247e63 100644 --- a/rwhoisd/config.py +++ b/rwhoisd/config.py @@ -2,8 +2,6 @@ # # Copyright (C) 2003, David E. Blacka # -# $Id: config.py,v 1.3 2003/04/28 16:44:29 davidb Exp $ -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -48,7 +46,7 @@ verbose = False #### END Editable Configuration Options -version = "0.4" +version = "0.4.1" banner_string = "%%rwhois V-1.5 %s (python-rwhoisd %s)" % \ (server_hostname, version) diff --git a/setup.py b/setup.py index 7f98e10..2951ad2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup import os setup(name="python-rwhoisd", - version="0.4", + version="0.4.1", description="A lightweight RWhois server written in Python", author="David Blacka", author_email="david@blacka.com", -- 2.36.6