Version 0.1.11 0.1.11
authorThierry Florac <tflorac@ulthar.net>
Mon, 20 Jul 2020 14:07:31 +0200
changeset 61 c2ebe5d9d51c
parent 60 6e1e8a966359
child 62 d71cb539b67e
Version 0.1.11
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify.egg-info/PKG-INFO
src/pyams_notify.egg-info/requires.txt
--- a/buildout.cfg	Sun Jul 19 02:06:34 2020 +0200
+++ b/buildout.cfg	Mon Jul 20 14:07:31 2020 +0200
@@ -13,6 +13,7 @@
 develop =
     .
     ../ext/lingua
+    ../myams
     ../pyams_cache
     ../pyams_catalog
     ../pyams_file
@@ -64,4 +65,4 @@
 eggs = pyams_notify [test]
 
 [versions]
-pyams_notify = 0.1.10
+pyams_notify = 0.1.11
--- a/docs/HISTORY.txt	Sun Jul 19 02:06:34 2020 +0200
+++ b/docs/HISTORY.txt	Mon Jul 20 14:07:31 2020 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.11
+------
+ - moved MyAMS resources to dedicated package
+
 0.1.10
 ------
  - use request's host to filter notifications by server; this can be used when several
--- a/setup.py	Sun Jul 19 02:06:34 2020 +0200
+++ b/setup.py	Mon Jul 20 14:07:31 2020 +0200
@@ -23,7 +23,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -59,6 +59,7 @@
           'setuptools',
           # -*- Extra requirements: -*-
           'fanstatic',
+          'myams',
           'pyams_cache',
           'pyams_i18n',
           'pyams_security',
--- a/src/pyams_notify.egg-info/PKG-INFO	Sun Jul 19 02:06:34 2020 +0200
+++ b/src/pyams_notify.egg-info/PKG-INFO	Mon Jul 20 14:07:31 2020 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-notify
-Version: 0.1.10
+Version: 0.1.11
 Summary: PyAMS notifications management package
 Home-page: http://hg.ztfy.org/pyams/pyams_notify
 Author: Thierry Florac
@@ -21,6 +21,10 @@
         History
         =======
         
+        0.1.11
+        ------
+         - moved MyAMS resources to dedicated package
+        
         0.1.10
         ------
          - use request's host to filter notifications by server; this can be used when several
--- a/src/pyams_notify.egg-info/requires.txt	Sun Jul 19 02:06:34 2020 +0200
+++ b/src/pyams_notify.egg-info/requires.txt	Mon Jul 20 14:07:31 2020 +0200
@@ -1,5 +1,6 @@
 setuptools
 fanstatic
+myams
 pyams_cache
 pyams_i18n
 pyams_security