Skip to content

Commit

Permalink
Added CHANGES for 1.0.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c602f8)
  • Loading branch information
Rocky Meza committed Jul 7, 2014
1 parent 75c808e commit cf58e48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1 (2014-07-07)
------------------

- (Bugfix) Handle None initial values more robustly in MultiForm

1.0.0 (2014-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

STAGE = 'final'

version = (1, 0, 0, STAGE)
version = (1, 0, 1, STAGE)


def get_version():
Expand Down

0 comments on commit cf58e48

Please sign in to comment.