Skip to content

Commit

Permalink
Finalizing version and URL changes prior to releasing 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedersen committed Jun 16, 2011
1 parent 4123006 commit da91c7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,6 +74,6 @@
shell = pylons.commands:ShellCommand shell = pylons.commands:ShellCommand
''', ''',
dependency_links=[ dependency_links=[
"http://www.turbogears.org/2.1/downloads/next" "http://www.turbogears.org/2.1/downloads/current/"
] ]
) )
20 changes: 10 additions & 10 deletions tg/release.py
@@ -1,31 +1,31 @@
"""TurboGears project related information""" """TurboGears project related information"""
version = "2.1" version = "2.1.1"
description = "Next generation TurboGears built on Pylons" description = "Next generation TurboGears built on Pylons"
long_description=""" long_description="""
TurboGears brings together a best of breed python tools TurboGears brings together a best of breed python tools
to create a flexible, full featured, and easy to use web to create a flexible, full featured, and easy to use web
framework. framework.
TurboGears 2 provides and integrated and well tested set of tools for TurboGears 2 provides an integrated and well tested set of tools for
everything you need to build dynamic, database driven applications. everything you need to build dynamic, database driven applications.
It provides a full range of tools for front end javascript It provides a full range of tools for front end javascript
develeopment, back database development and everything in between: develeopment, back database development and everything in between:
* dynamic javascript powered widgets ToscaWidgets * dynamic javascript powered widgets (ToscaWidgets)
* automatic JSON generation from your controllers * automatic JSON generation from your controllers
* powerfull, designer friendly XHTML basted templating (Genshi) * powerful, designer friendly XHTML based templating (Genshi)
* object or route based URL dispatching * object or route based URL dispatching
* powerful Object Relational Mappers (SQLAlchemy) * powerful Object Relational Mappers (SQLAlchemy)
The latest development version is available in the The latest development version is available in the
`TurboGears subversion repository`_. `TurboGears Git repository`_.
.. _TurboGears subversion repository: .. _TurboGears Git repository:
http://svn.turbogears.org/trunk#egg=turbogears-dev https://sourceforge.net/p/turbogears2/tg2/
""" """
url="http://www.turbogears.org" url="http://www.turbogears.org/"
author= "Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, and the TurboGears community" author= "Mark Ramm, Christopher Perkins, Jonathan LaCour, Rick Copland, Alberto Valverde, and the TurboGears community"
email = "mark.ramm@gmail.com, alberto@toscat.net," email = "mark.ramm@gmail.com, alberto@toscat.net, m.pedersen@icelus.org"
copyright = """Copyright 2005-2009 Kevin Dangoor, copyright = """Copyright 2005-2011 Kevin Dangoor,
Alberto Valverde, Mark Ramm, Christopher Perkins and contributors""" Alberto Valverde, Mark Ramm, Christopher Perkins and contributors"""
license = "MIT" license = "MIT"

0 comments on commit da91c7a

Please sign in to comment.