From bd3566afdd00c2ddfab325654112ecff92ea77ea Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Tue, 19 Jul 2016 14:17:57 +0200 Subject: [PATCH] bumpversion 0.1.1 -> 0.1.2 --- conda-recipe/meta.yaml | 4 ++-- doc/conf.py | 2 +- imblearn/version.py | 2 +- setup.cfg | 4 +++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 650c7d338..29591899b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,9 +1,9 @@ package: name: imbalanced-learn - version: "0.1.1" + version: "0.1.2" source: - git_rev: 0.1.1 + git_rev: 0.1.2 git_url: https://github.com/scikit-learn-contrib/imbalanced-learn.git requirements: diff --git a/doc/conf.py b/doc/conf.py index 083a6d7d3..99b94405e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -87,7 +87,7 @@ # built documents. # # The short X.Y version. -__version__ = '0.1.1' +__version__ = '0.1.2' version = __version__ # The full version, including alpha/beta/rc tags. release = __version__ diff --git a/imblearn/version.py b/imblearn/version.py index 99d6054e4..e82751acf 100644 --- a/imblearn/version.py +++ b/imblearn/version.py @@ -21,7 +21,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.1.1' +__version__ = '0.1.2' _IMBALANCED_DATASET_INSTALL_MSG = 'See %s for installation information.' % ( 'glemaitre.github.io/UnbalancedDataset/install.html') diff --git a/setup.cfg b/setup.cfg index ff7178b35..8e6fe608a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? serialize = @@ -15,6 +15,7 @@ values = [bumpversion:part:dev] [bumpversion:file:imblearn/version.py] + [bumpversion:file:doc/conf.py] [aliases] @@ -30,3 +31,4 @@ with-doctest = 1 doctest-tests = 1 doctest-extension = rst doctest-fixtures = _fixture +