Version 0.1.43.3 0.1.43.3
authorThierry Florac <tflorac@ulthar.net>
Tue, 08 Oct 2019 17:19:31 +0200
changeset 482 f15a620e5a5d
parent 481 b523fbdb0081
child 483 e14fccee0005
Version 0.1.43.3
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Oct 08 17:14:54 2019 +0200
+++ b/buildout.cfg	Tue Oct 08 17:19:31 2019 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.43.2
+pyams_default_theme = 0.1.43.3
--- a/docs/HISTORY.txt	Tue Oct 08 17:14:54 2019 +0200
+++ b/docs/HISTORY.txt	Tue Oct 08 17:19:31 2019 +0200
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.43.3
+--------
+ - updated form's data converters
+ - updated form's boolean fields management
+
 0.1.43.2
 --------
  - use data-type name instead of label in "data_type" TALES extension
--- a/setup.py	Tue Oct 08 17:14:54 2019 +0200
+++ b/setup.py	Tue Oct 08 17:19:31 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.43.2'
+version = '0.1.43.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Tue Oct 08 17:14:54 2019 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Tue Oct 08 17:19:31 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.43.2
+Version: 0.1.43.3
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,11 @@
         History
         =======
         
+        0.1.43.3
+        --------
+         - updated form's data converters
+         - updated form's boolean fields management
+        
         0.1.43.2
         --------
          - use data-type name instead of label in "data_type" TALES extension