Version 0.1.43.4 0.1.43.4
authorThierry Florac <tflorac@ulthar.net>
Wed, 09 Oct 2019 11:35:15 +0200
changeset 485 2198718b5329
parent 484 8ff990ede299
child 486 dc796efc203c
Version 0.1.43.4
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Oct 09 11:31:08 2019 +0200
+++ b/buildout.cfg	Wed Oct 09 11:35:15 2019 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.43.3
+pyams_default_theme = 0.1.43.4
--- a/docs/HISTORY.txt	Wed Oct 09 11:31:08 2019 +0200
+++ b/docs/HISTORY.txt	Wed Oct 09 11:35:15 2019 +0200
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.43.4
+--------
+ - refactoring of Google's reCaptcha usage to avoid timeout on form's submit; the side effect of
+   this modification is that reCaptcha client call should be done via a form's submit handler
+
 0.1.43.3
 --------
  - updated form's data converters
--- a/setup.py	Wed Oct 09 11:31:08 2019 +0200
+++ b/setup.py	Wed Oct 09 11:35:15 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.43.3'
+version = '0.1.43.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Wed Oct 09 11:31:08 2019 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Wed Oct 09 11:35:15 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.43.3
+Version: 0.1.43.4
 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.4
+        --------
+         - refactoring of Google's reCaptcha usage to avoid timeout on form's submit; the side effect of
+           this modification is that reCaptcha client call should be done via a form's submit handler
+        
         0.1.43.3
         --------
          - updated form's data converters