diff roundup/__init__.py @ 7442:623502678b97

2.3.0b1 release changes roundup/__init__.py: Update version setup.py: Mark as beta release; add python 3.11/3.12 as supported language versions. website/www/conf.py: update version/release to 2.3b1/2.3.0b1 website/www/index.txt: update highlights/version website/www/signatures/: Add 2.3.0b1 pgp signature. Will be removed when 2.3.0 is released but this allows me to test. docs: Fix links Update acknowlegements with 2.3.x churn/contrib etc. locale: update software version, creation date; rebuild template and propagate changes. MANIFEST.in: add locale/Makefile
author John Rouillard <rouilj@ieee.org>
date Wed, 31 May 2023 19:25:13 -0400
parents a1868fe784d0
children 51fc06fabcee
line wrap: on
line diff
--- a/roundup/__init__.py	Wed May 31 19:14:56 2023 -0400
+++ b/roundup/__init__.py	Wed May 31 19:25:13 2023 -0400
@@ -67,6 +67,6 @@
 '''
 __docformat__ = 'restructuredtext'
 
-__version__ = '2.2.0'
+__version__ = '2.3.0b1'
 
 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/