Version 0.1.7 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Tue, 19 Sep 2017 11:29:27 +0200
changeset 111 8d80cb67b023
parent 110 b1281938f057
child 112 60d746bb90c4
Version 0.1.7
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Sep 19 11:20:41 2017 +0200
+++ b/buildout.cfg	Tue Sep 19 11:29:27 2017 +0200
@@ -107,4 +107,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.6
+pyams_utils = 0.1.7
--- a/docs/HISTORY.txt	Tue Sep 19 11:20:41 2017 +0200
+++ b/docs/HISTORY.txt	Tue Sep 19 11:29:27 2017 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.1.7
+-----
+ - added mail address schema field
+
 0.1.6
 -----
  - updated exceptions messages translations
--- a/setup.py	Tue Sep 19 11:20:41 2017 +0200
+++ b/setup.py	Tue Sep 19 11:29:27 2017 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Tue Sep 19 11:20:41 2017 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Tue Sep 19 11:29:27 2017 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.6
+Version: 0.1.7
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,10 @@
         Changelog
         =========
         
+        0.1.7
+        -----
+         - added mail address schema field
+        
         0.1.6
         -----
          - updated exceptions messages translations