Version 0.1.34.2 0.1.34.2
authorThierry Florac <tflorac@ulthar.net>
Mon, 07 Oct 2019 14:01:17 +0200
changeset 402 2bd11b500946
parent 401 6088cc1f4ed2
child 403 f5bfec044a1a
Version 0.1.34.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo
src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po
--- a/buildout.cfg	Mon Oct 07 09:14:05 2019 +0200
+++ b/buildout.cfg	Mon Oct 07 14:01:17 2019 +0200
@@ -89,4 +89,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.34.1
+pyams_utils = 0.1.34.2
--- a/docs/HISTORY.txt	Mon Oct 07 09:14:05 2019 +0200
+++ b/docs/HISTORY.txt	Mon Oct 07 14:01:17 2019 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.1.34.2
+--------
+ - correction in "generate_url" function
+
 0.1.34.1
 --------
  - replace remaining slashes with dashes when generating content's URL
--- a/setup.py	Mon Oct 07 09:14:05 2019 +0200
+++ b/setup.py	Mon Oct 07 14:01:17 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.34.1'
+version = '0.1.34.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Mon Oct 07 09:14:05 2019 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Mon Oct 07 14:01:17 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.34.1
+Version: 0.1.34.2
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,10 @@
         Changelog
         =========
         
+        0.1.34.2
+        --------
+         - correction in "generate_url" function
+        
         0.1.34.1
         --------
          - replace remaining slashes with dashes when generating content's URL
Binary file src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo has changed
--- a/src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po	Mon Oct 07 09:14:05 2019 +0200
+++ b/src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po	Mon Oct 07 14:01:17 2019 +0200
@@ -747,7 +747,9 @@
 
 #: src/pyams_utils/widget/decimal.py:31
 msgid "The entered value is not a valid decimal literal."
-msgstr "La valeur saisie n'est pas une valeur décimale correcte."
+msgstr ""
+"La valeur saisie n'est pas une valeur décimale correcte (veuillez utiliser le point comme "
+"séparateur décimal)."
 
 #~ msgid "Renderer name"
 #~ msgstr "Nom de l'outil de rendu"