Skip to content

Commit

Permalink
Bump version: 1.3.5 → 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-mcdaid-zalando committed Aug 6, 2018
1 parent 7150071 commit 59ccf56
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions 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)

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,19 @@
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)
----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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 <http://expan.readthedocs.io/>`__.
The latest stable version is 1.3.6. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion expan/core/version.py
@@ -1,6 +1,6 @@
import subprocess

__version__ = "1.3.5"
__version__ = "1.3.6"


def version_numbers():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.5
current_version = 1.3.6
commit = True
tag = True

Expand Down

0 comments on commit 59ccf56

Please sign in to comment.