Version 0.1.2 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Thu, 13 Jul 2017 11:02:26 +0200
changeset 17 dfb0c634ee79
parent 16 9c4f1c598272
child 18 19a1bbc2920c
Version 0.1.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Jul 12 12:13:08 2017 +0200
+++ b/buildout.cfg	Thu Jul 13 11:02:26 2017 +0200
@@ -22,7 +22,9 @@
     .
     ../ext/lingua
     ../pyams_cache
+    ../pyams_catalog
     ../pyams_file
+    ../pyams_form
     ../pyams_i18n
     ../pyams_pagelet
     ../pyams_security
@@ -70,4 +72,4 @@
 eggs = pyams_notify [test]
 
 [versions]
-pyams_notify = 0.1.1
+pyams_notify = 0.1.2
--- a/docs/HISTORY.txt	Wed Jul 12 12:13:08 2017 +0200
+++ b/docs/HISTORY.txt	Thu Jul 13 11:02:26 2017 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.2
+-----
+ - added timestamp to notifications API
+
 0.1.1
 -----
  - small code optimizations
--- a/setup.py	Wed Jul 12 12:13:08 2017 +0200
+++ b/setup.py	Thu Jul 13 11:02:26 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_notify.egg-info/PKG-INFO	Wed Jul 12 12:13:08 2017 +0200
+++ b/src/pyams_notify.egg-info/PKG-INFO	Thu Jul 13 11:02:26 2017 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-notify
-Version: 0.1.1
+Version: 0.1.2
 Summary: PyAMS notifications management package
 Home-page: http://hg.ztfy.org/pyams/pyams_notify
 Author: Thierry Florac
@@ -21,6 +21,10 @@
         History
         =======
         
+        0.1.2
+        -----
+         - added timestamp to notifications API
+        
         0.1.1
         -----
          - small code optimizations