Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into refactor/fields
Browse files Browse the repository at this point in the history
  • Loading branch information
toirl committed Nov 19, 2016
2 parents 21c50af + f59a92d commit 465283f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
Next
====
0.23.0
======
- Added 'showrawvalue' config option for inforenderer. See documentation for
more details.
- Added sort configuration for selection fields. See documentation for more
details.

0.22.0
======
Bugfix release
- Fixed bug with reset values. Resetting was to aggressive and deleted values
even if reset was not set to true in conditionals which could cause
dataloss.
- Fixed handling relations wich realtions are used with comma separated names
as it is used when using form inheritance.

0.21.0
======
- #3 Add "Save an continue" Button. For forms with multiple pages formbar now
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.22.0'
version = '0.23.0'
# The full version, including alpha/beta/rc tags.
release = '0.22.0'
release = '0.23.0'

# 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 @@ -2,7 +2,7 @@
import multiprocessing
import sys, os

version = '0.22.0'
version = '0.23.0'

setup(name='formbar',
version=version,
Expand Down

0 comments on commit 465283f

Please sign in to comment.