Version 0.1.1 0.1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 14 May 2014 15:50:12 +0200
changeset 23 11ae6556a9ac
parent 22 6ef4b364250a
child 24 0d27c7a24d5e
Version 0.1.1
.installed.cfg
buildout.cfg
docs/HISTORY.txt
setup.py
src/ztfy.myams.egg-info/PKG-INFO
src/ztfy.myams.egg-info/requires.txt
--- a/.installed.cfg	Wed May 14 15:49:16 2014 +0200
+++ b/.installed.cfg	Wed May 14 15:50:12 2014 +0200
@@ -84,3 +84,21 @@
 location = /home/tflorac/Dropbox/src/ztfy.myams/parts/test
 recipe = zc.recipe.testrunner
 script = /home/tflorac/Dropbox/src/ztfy.myams/bin/test
+
+[buildout]
+installed_develop_eggs = 
+
+[buildout]
+parts = i18n pyflakes pyflakesrun test package
+
+[buildout]
+parts = pyflakes pyflakesrun test package i18n
+
+[buildout]
+parts = pyflakesrun test package i18n pyflakes
+
+[buildout]
+parts = test package i18n pyflakes pyflakesrun
+
+[buildout]
+parts = package i18n pyflakes pyflakesrun test
--- a/buildout.cfg	Wed May 14 15:49:16 2014 +0200
+++ b/buildout.cfg	Wed May 14 15:50:12 2014 +0200
@@ -47,5 +47,4 @@
 eggs = ztfy.myams [test]
 
 [versions]
-ztfy.myams = 0.1.0
-setuptools = 3.5.1
+ztfy.myams = 0.1.1
--- a/docs/HISTORY.txt	Wed May 14 15:49:16 2014 +0200
+++ b/docs/HISTORY.txt	Wed May 14 15:50:12 2014 +0200
@@ -1,6 +1,14 @@
 HISTORY
 =======
 
+0.1.1
+-----
+ - small changes on exceptions views
+ - add view for JSON-RPC exceptions
+ - add minified Fanstatic resources
+ - improved AJAX errors management
+ - small CSS updates
+
 0.1.0
 -----
  - first release
--- a/setup.py	Wed May 14 15:49:16 2014 +0200
+++ b/setup.py	Wed May 14 15:50:12 2014 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()
@@ -47,6 +47,7 @@
           'z3c.formjs',
           'z3c.formui',
           'z3c.json',
+          'z3c.jsonrpc',
           'z3c.table',
           'z3c.template',
           'zope.annotation',
--- a/src/ztfy.myams.egg-info/PKG-INFO	Wed May 14 15:49:16 2014 +0200
+++ b/src/ztfy.myams.egg-info/PKG-INFO	Wed May 14 15:50:12 2014 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.myams
-Version: 0.1.0
+Version: 0.1.1
 Summary: ZTFY new admin/application skin
 Home-page: http://hg.ztfy.org/ztfy.myams
 Author: Thierry Florac
@@ -31,6 +31,14 @@
         HISTORY
         =======
         
+        0.1.1
+        -----
+         - small changes on exceptions views
+         - add view for JSON-RPC exceptions
+         - add minified Fanstatic resources
+         - improved AJAX errors management
+         - small CSS updates
+        
         0.1.0
         -----
          - first release
--- a/src/ztfy.myams.egg-info/requires.txt	Wed May 14 15:49:16 2014 +0200
+++ b/src/ztfy.myams.egg-info/requires.txt	Wed May 14 15:50:12 2014 +0200
@@ -4,6 +4,7 @@
 z3c.formjs
 z3c.formui
 z3c.json
+z3c.jsonrpc
 z3c.table
 z3c.template
 zope.annotation