From 59ccf566d71d550fdf4d7c3c9701a5c5c0e9a020 Mon Sep 17 00:00:00 2001 From: Aaron McDaid Date: Mon, 6 Aug 2018 14:39:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.5=20=E2=86=92=201.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ CHANGELOG.rst | 13 +++++++++++++ README.rst | 2 +- expan/core/version.py | 2 +- setup.cfg | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c21151..421bb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v1.3.6](https://github.com/zalando/expan/tree/v1.3.6) (2018-08-06) +[Full Changelog](https://github.com/zalando/expan/compare/v1.3.5...v1.3.6) + +**Merged pull requests:** + +- If the number of \*finite\* samples is too small, then the data isn't valid for analysis [\#236](https://github.com/zalando/expan/pull/236) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando)) + ## [v1.3.5](https://github.com/zalando/expan/tree/v1.3.5) (2018-08-02) [Full Changelog](https://github.com/zalando/expan/compare/v1.3.3...v1.3.5) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0faf39..80a8f17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Change Log ========== +`v1.3.6 `__ (2018-08-06) +---------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- If the number of \*finite\* samples is too small, then the data isn't + valid for analysis + `#236 `__ + (`aaron-mcdaid-zalando `__) + `v1.3.5 `__ (2018-08-02) ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index df86cf4..47480af 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ imported and used from within other projects and from the command line. Documentation ============= -The latest stable version is 1.3.5. Please check out our `tutorial and documentation `__. +The latest stable version is 1.3.6. Please check out our `tutorial and documentation `__. Installation ============ diff --git a/expan/core/version.py b/expan/core/version.py index 10aee39..dfa3dcb 100644 --- a/expan/core/version.py +++ b/expan/core/version.py @@ -1,6 +1,6 @@ import subprocess -__version__ = "1.3.5" +__version__ = "1.3.6" def version_numbers(): diff --git a/setup.cfg b/setup.cfg index 14fc7ab..7894af6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.3.6 commit = True tag = True