Skip to content

Commit

Permalink
Bump version: 1.3.1 → 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-mcdaid-zalando committed Jul 23, 2018
1 parent b21dc74 commit ab392e6
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,20 @@
# Change Log

## [v1.3.2](https://github.com/zalando/expan/tree/v1.3.2) (2018-07-23)
[Full Changelog](https://github.com/zalando/expan/compare/v1.3.1...v1.3.2)

**Merged pull requests:**

- Fix minor typos [\#231](https://github.com/zalando/expan/pull/231) ([sdia](https://github.com/sdia))
- custom deepcopy\(\) method for 'StatisticalTest', to save some memory [\#230](https://github.com/zalando/expan/pull/230) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando))
- Updated old multiple correction documentation [\#229](https://github.com/zalando/expan/pull/229) ([daryadedik](https://github.com/daryadedik))
- contributing.rst: Improve the release procedure to ensure that the up… [\#226](https://github.com/zalando/expan/pull/226) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando))

## [v1.3.1](https://github.com/zalando/expan/tree/v1.3.1) (2018-07-01)
[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...v1.3.1)
[Full Changelog](https://github.com/zalando/expan/compare/v1.2.6...v1.3.1)

## [v1.2.6](https://github.com/zalando/expan/tree/v1.2.6) (2018-07-01)
[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...v1.2.6)

**Merged pull requests:**

Expand Down
28 changes: 27 additions & 1 deletion CHANGELOG.rst
@@ -1,11 +1,37 @@
Change Log
==========

`v1.3.2 <https://github.com/zalando/expan/tree/v1.3.2>`__ (2018-07-23)
----------------------------------------------------------------------

`Full
Changelog <https://github.com/zalando/expan/compare/v1.3.1...v1.3.2>`__

**Merged pull requests:**

- Fix minor typos `#231 <https://github.com/zalando/expan/pull/231>`__
(`sdia <https://github.com/sdia>`__)
- custom deepcopy() method for 'StatisticalTest', to save some memory
`#230 <https://github.com/zalando/expan/pull/230>`__
(`aaron-mcdaid-zalando <https://github.com/aaron-mcdaid-zalando>`__)
- Updated old multiple correction documentation
`#229 <https://github.com/zalando/expan/pull/229>`__
(`daryadedik <https://github.com/daryadedik>`__)
- contributing.rst: Improve the release procedure to ensure that the
up… `#226 <https://github.com/zalando/expan/pull/226>`__
(`aaron-mcdaid-zalando <https://github.com/aaron-mcdaid-zalando>`__)

`v1.3.1 <https://github.com/zalando/expan/tree/v1.3.1>`__ (2018-07-01)
----------------------------------------------------------------------

`Full
Changelog <https://github.com/zalando/expan/compare/v1.2.5...v1.3.1>`__
Changelog <https://github.com/zalando/expan/compare/v1.2.6...v1.3.1>`__

`v1.2.6 <https://github.com/zalando/expan/tree/v1.2.6>`__ (2018-07-01)
----------------------------------------------------------------------

`Full
Changelog <https://github.com/zalando/expan/compare/v1.2.5...v1.2.6>`__

**Merged pull requests:**

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.1. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.
The latest stable version is 1.3.2. 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.1"
__version__ = "1.3.2"


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

Expand Down

0 comments on commit ab392e6

Please sign in to comment.