--- a/buildout.cfg Wed Jul 01 12:36:21 2020 +0200
+++ b/buildout.cfg Wed Jul 01 12:37:32 2020 +0200
@@ -56,4 +56,4 @@
eggs = pyams_apm [test]
[versions]
-pyams_apm = 0.1.4.2
+pyams_apm = 0.1.5
--- a/docs/HISTORY.txt Wed Jul 01 12:36:21 2020 +0200
+++ b/docs/HISTORY.txt Wed Jul 01 12:37:32 2020 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.5
+-----
+ - updated Chamelon instrumentation
+
0.1.4.2
-------
- imports cleanup
--- a/docs/README.txt Wed Jul 01 12:36:21 2020 +0200
+++ b/docs/README.txt Wed Jul 01 12:37:32 2020 +0200
@@ -15,6 +15,8 @@
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.
+All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
+
What is PyAMS_apm ?
===================
--- a/setup.py Wed Jul 01 12:36:21 2020 +0200
+++ b/setup.py Wed Jul 01 12:37:32 2020 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.4.2'
+version = '0.1.5'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_apm.egg-info/PKG-INFO Wed Jul 01 12:36:21 2020 +0200
+++ b/src/pyams_apm.egg-info/PKG-INFO Wed Jul 01 12:37:32 2020 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-apm
-Version: 0.1.4
+Version: 0.1.5
Summary: PyAMS Elasticsearch APM integration package
Home-page: http://hg.ztfy.org/pyams/pyams_apm
Author: Thierry Florac
@@ -23,6 +23,8 @@
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.
+ All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
+
What is PyAMS_apm ?
===================
@@ -36,6 +38,23 @@
History
=======
+ 0.1.5
+ -----
+ - updated Chamelon instrumentation
+
+ 0.1.4.2
+ -------
+ - imports cleanup
+
+ 0.1.4.1
+ -------
+ - added Pylint and Gitlab-CI configuration files
+ - code cleaning
+
+ 0.1.4
+ -----
+ - updated view name in APM tween
+
0.1.3
-----
- added instrumentation for LDAP Connection.open and Connection.get_response methods call
--- a/src/pyams_apm.egg-info/requires.txt Wed Jul 01 12:36:21 2020 +0200
+++ b/src/pyams_apm.egg-info/requires.txt Wed Jul 01 12:37:32 2020 +0200
@@ -1,5 +1,5 @@
setuptools
-elasticapm
+elastic-apm
pyramid
[test]