Skip to content

Commit ae03ba1

Browse files
committed
bumpversion 0.7.0.dev0
1 parent bfc187e commit ae03ba1

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

doc/whats_new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Release history
55
===============
66

7+
.. include:: whats_new/v0.7.rst
8+
79
.. include:: whats_new/v0.6.rst
810

911
.. include:: whats_new/v0.5.rst

doc/whats_new/v0.7.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _changes_0_7:
2+
3+
Version 0.7.0 (under development)
4+
=================================
5+
6+
Changelog
7+
---------

imblearn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323
#
2424

25-
__version__ = "0.6.0"
25+
__version__ = "0.7.0.dev0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0.dev0
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =

0 commit comments

Comments
 (0)