--- a/buildout.cfg Mon Oct 29 16:50:51 2018 +0100
+++ b/buildout.cfg Tue Oct 30 12:26:20 2018 +0100
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.21
+pyams_utils = 0.1.22
--- a/docs/HISTORY.txt Mon Oct 29 16:50:51 2018 +0100
+++ b/docs/HISTORY.txt Tue Oct 30 12:26:20 2018 +0100
@@ -1,6 +1,10 @@
Changelog
=========
+0.1.22
+------
+ - updated Fanstatic's external resource declaration to handle resources types not based on URLs
+
0.1.21
------
- added "display_context" property to request
--- a/setup.py Mon Oct 29 16:50:51 2018 +0100
+++ b/setup.py Tue Oct 30 12:26:20 2018 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.21'
+version = '0.1.22'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Mon Oct 29 16:50:51 2018 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO Tue Oct 30 12:26:20 2018 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-utils
-Version: 0.1.21
+Version: 0.1.22
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -47,6 +47,10 @@
Changelog
=========
+ 0.1.22
+ ------
+ - updated Fanstatic's external resource declaration to handle resources types not based on URLs
+
0.1.21
------
- added "display_context" property to request