Skip to content

Commit

Permalink
Ready 2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Crasta committed May 20, 2014
1 parent 813c06c commit c53f8a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@ WTForms Changelog

Version 2.0
-----------
Not yet released.
Released May 20, 2014

- Add new `class Meta` paradigm for much more powerful customization
of WTForms.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -56,7 +56,7 @@ def _fix_import_path():
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0dev'
release = '2.0'


# There are two options for replacing |today|: either, you set today to some
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='WTForms',
version='2.0dev',
version='2.0',
url='http://wtforms.simplecodes.com/',
license='BSD',
author='Thomas Johansson, James Crasta',
Expand Down
2 changes: 1 addition & 1 deletion wtforms/__init__.py
Expand Up @@ -13,4 +13,4 @@
from wtforms.form import Form
from wtforms.validators import ValidationError

__version__ = '2.0dev'
__version__ = '2.0'

0 comments on commit c53f8a3

Please sign in to comment.