rawdog 2.23. master origin/HEAD origin/master
authorAdam Sampson <ats@offog.org>
Wed, 26 Dec 2018 10:07:21 +0000 (10:07 +0000)
committerAdam Sampson <ats@offog.org>
Wed, 26 Dec 2018 10:07:21 +0000 (10:07 +0000)
rawdoglib/rawdog.py
setup.py

index 9fb1ed783e3e80c3220fc3d0d8772eff794a492d..e90726314416b06e69efa5c73b168174079e48c6 100644 (file)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "2.23rc1"
+VERSION = "2.23"
 HTTP_AGENT = "rawdog/" + VERSION
 STATE_VERSION = 2
 
index c68673c469a086215e1be1fee9e68f8533272492..efbf57468150022cc8b7b15115e447ec6d585cfa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ if sys.version_info < (2, 7) or sys.version_info >= (3,):
        sys.exit(1)
 
 setup(name="rawdog",
-       version="2.23rc1",
+       version="2.23",
        description="RSS Aggregator Without Delusions Of Grandeur",
        author="Adam Sampson",
        author_email="ats@offog.org",