--- a/buildout.cfg Thu Jan 11 17:31:08 2018 +0100
+++ b/buildout.cfg Sun Jan 14 12:21:51 2018 +0100
@@ -18,7 +18,19 @@
#allow-picked-versions = false
src = src
-develop = .
+develop =
+ .
+ ../ext/lingua
+ ../pyams_catalog
+ ../pyams_file
+ ../pyams_form
+ ../pyams_i18n
+ ../pyams_pagelet
+ ../pyams_skin
+ ../pyams_template
+ ../pyams_utils
+ ../pyams_viewlet
+ ../pyams_zmi
parts =
package
@@ -59,4 +71,4 @@
eggs = pyams_alchemy [test]
[versions]
-pyams_alchemy = 0.1.3
+pyams_alchemy = 0.1.4
--- a/docs/HISTORY.txt Thu Jan 11 17:31:08 2018 +0100
+++ b/docs/HISTORY.txt Sun Jan 14 12:21:51 2018 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.4
+-----
+ - use DocFieldProperty to generate Sphinx documentation
+
0.1.3
-----
- added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
--- a/setup.py Thu Jan 11 17:31:08 2018 +0100
+++ b/setup.py Sun Jan 14 12:21:51 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.3'
+version = '0.1.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_alchemy.egg-info/PKG-INFO Thu Jan 11 17:31:08 2018 +0100
+++ b/src/pyams_alchemy.egg-info/PKG-INFO Sun Jan 14 12:21:51 2018 +0100
@@ -1,16 +1,21 @@
Metadata-Version: 1.1
Name: pyams-alchemy
-Version: 0.1.3
+Version: 0.1.4
Summary: PyAMS interfaces and classes for SQLAlchemy integration
Home-page: http://hg.ztfy.org/pyams/pyams_alchemy
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
+Description-Content-Type: UNKNOWN
Description:
History
=======
+ 0.1.4
+ -----
+ - use DocFieldProperty to generate Sphinx documentation
+
0.1.3
-----
- added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines