Skip to content

Commit 3fbcda6

Browse files
committed
bumpversion 0.11.0
1 parent 3a7633d commit 3fbcda6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/whats_new/v0.11.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.. _changes_0_11:
22

3-
Version 0.11.0 (Under development)
4-
==================================
3+
Version 0.11.0
4+
==============
5+
6+
**July 8, 2023**
57

68
Changelog
79
---------

imblearn/_version.py

+1-1
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.11.0.dev0"
25+
__version__ = "0.11.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0.dev0
2+
current_version = 0.11.0
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)