diff --git a/debian/changelog b/debian/changelog index 0712a92479512a5386e01ab8d5ab9c5f9d70f4dc..ebe61fdbecfb6ce4112922cf7c806115aaab6767 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +kwollect (1.4.0) unstable; urgency=medium + + * Update README + * db: add api.get_job_metrics function + * db: add support for api.get_metrics' as_rate='auto' parameter + * kwollector_wattmetre: do not crash if user provides a wrong regex in on-demand activation + * db: minor fix in archive duration and api.get_metrics for running jobs + kwollect (1.3.1) unstable; urgency=medium * db: update move_chunk_to_archive to not reorder index diff --git a/kwollect/__init__.py b/kwollect/__init__.py index 9c73af26be70465839a5f43818dbab3f5c35571f..3e8d9f94621c6b29efab723e119a73a0dbe15089 100644 --- a/kwollect/__init__.py +++ b/kwollect/__init__.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.4.0"