Skip to content

Commit

Permalink
Bump version: 1.2.5 → 1.3.0. Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-mcdaid-zalando committed Jun 29, 2018
1 parent c18a7cd commit 6531326
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [Unreleased](https://github.com/zalando/expan/tree/HEAD)

[Full Changelog](https://github.com/zalando/expan/compare/v1.2.5...HEAD)

**Merged pull requests:**

- Ensure that outlier detection works if there is NaN in the data [\#225](https://github.com/zalando/expan/pull/225) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando))
- More powerful derived kpis [\#222](https://github.com/zalando/expan/pull/222) ([aaron-mcdaid-zalando](https://github.com/aaron-mcdaid-zalando))

## [v1.2.5](https://github.com/zalando/expan/tree/v1.2.5) (2018-06-22)
[Full Changelog](https://github.com/zalando/expan/compare/v1.2.4...v1.2.5)

Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

`Unreleased <https://github.com/zalando/expan/tree/HEAD>`__
-----------------------------------------------------------

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

**Merged pull requests:**

- Ensure that outlier detection works if there is NaN in the data
`#225 <https://github.com/zalando/expan/pull/225>`__
(`aaron-mcdaid-zalando <https://github.com/aaron-mcdaid-zalando>`__)
- More powerful derived kpis
`#222 <https://github.com/zalando/expan/pull/222>`__
(`aaron-mcdaid-zalando <https://github.com/aaron-mcdaid-zalando>`__)

`v1.2.5 <https://github.com/zalando/expan/tree/v1.2.5>`__ (2018-06-22)
----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
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.2.5. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.
The latest stable version is 1.3.0. Please check out our `tutorial and documentation <http://expan.readthedocs.io/>`__.

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

__version__ = "1.2.5"
__version__ = "1.3.0"


def version_numbers():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.5
current_version = 1.3.0
commit = True
tag = True

Expand Down

0 comments on commit 6531326

Please sign in to comment.