From ab266ce32693c9f7ea05fdebbcb5ade85c4a5124 Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 8 Jul 2020 10:15:10 +0100 Subject: [PATCH] Version bump and changelog --- CHANGES.rst | 5 +++++ docs/source/readme.rst | 2 +- popmon/version.py | 4 ++-- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9e4cd4f6..16779e19 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ Release notes ============= +Version 0.3.7, July 2020 +------------------------ +* Using ``ING``'s matplotlib style for the report plots (orange plots). +* Add ``popmon`` installation command at the beginning of example notebooks (seamless running). + Version 0.3.6, July 2020 ------------------------ * Extending make.bat and Makefile to support ``make install`` (on all platforms). diff --git a/docs/source/readme.rst b/docs/source/readme.rst index 3d9feb92..5ce42691 100644 --- a/docs/source/readme.rst +++ b/docs/source/readme.rst @@ -4,7 +4,7 @@ Population Shift Monitoring |build| |docs| -* Version: 0.3.6. Released: July 2020 +* Version: 0.3.7. Released: July 2020 * Documentation: https://popmon.readthedocs.io * Repository: https://github.com/ing-bank/popmon * Authors: ING Wholesale Banking Advanced Analytics diff --git a/popmon/version.py b/popmon/version.py index 26d2f7b7..ef7b7ce3 100644 --- a/popmon/version.py +++ b/popmon/version.py @@ -1,6 +1,6 @@ """THIS FILE IS AUTO-GENERATED BY SETUP.PY.""" name = "popmon" -version = "0.3.6" -full_version = "0.3.6" +version = "0.3.7" +full_version = "0.3.7" release = True diff --git a/setup.py b/setup.py index 210ce85e..7c627576 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MAJOR = 0 REVISION = 3 -PATCH = 6 +PATCH = 7 DEV = False # NOTE: also update version at: README.rst