Version 0.1.13.1 0.1.13.1
authorThierry Florac <tflorac@ulthar.net>
Sat, 27 Jan 2018 00:31:03 +0100
changeset 266 9001d8c66f44
parent 265 e07c8f44b0e8
child 267 fd5c812eb8d7
Version 0.1.13.1
buildout.cfg
docs/HISTORY.txt
setup.py
--- a/buildout.cfg	Sat Jan 27 00:28:43 2018 +0100
+++ b/buildout.cfg	Sat Jan 27 00:31:03 2018 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.13
+pyams_skin = 0.1.13.1
--- a/docs/HISTORY.txt	Sat Jan 27 00:28:43 2018 +0100
+++ b/docs/HISTORY.txt	Sat Jan 27 00:31:03 2018 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.13.1
+--------
+ - use "MyAMS.getSource(url)" function in "MyAMS.getCSS()"
+
 0.1.13
 ------
  - better errors handling in tree sorter (MyAMS.js)
--- a/setup.py	Sat Jan 27 00:28:43 2018 +0100
+++ b/setup.py	Sat Jan 27 00:31:03 2018 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.13.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []