Skip to content

Commit

Permalink
Ready 2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Crasta committed Dec 15, 2015
1 parent 1ea78bb commit b942603
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ WTForms Changelog

Version 2.1
-----------
Not Yet Released
Released December 15, 2015

- Added `render_kw` to allow default rendering time options.
- Updated / added a number of localizations
- Updated docs
- Allow widgets to set flags

Version 2.0.2
-------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def _fix_import_path():
# other places throughout the built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.3dev'
release = '2.1'


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

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

__version__ = '2.0.3dev'
__version__ = '2.1'

0 comments on commit b942603

Please sign in to comment.