diff --git a/tg/release.py b/tg/release.py index 9b39b194..0b422100 100644 --- a/tg/release.py +++ b/tg/release.py @@ -1,6 +1,6 @@ """TurboGears project related information""" -version = "2.3.0dev" -description = "Next generation TurboGears built on Pylons" +version = "2.3.0b2" +description = "Next generation TurboGears" long_description=""" TurboGears brings together a best of breed python tools to create a flexible, full featured, and easy to use web @@ -26,6 +26,6 @@ url="http://www.turbogears.org/" author= "Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, Michael Pedersen, Alessandro Molina, and the TurboGears community" email = "mark.ramm@gmail.com, alberto@toscat.net, m.pedersen@icelus.org, amol@turbogears.org" -copyright = """Copyright 2005-2011 Kevin Dangoor, +copyright = """Copyright 2005-2013 Kevin Dangoor, Alberto Valverde, Mark Ramm, Christopher Perkins and contributors""" license = "MIT"