We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7633d commit 3fbcda6Copy full SHA for 3fbcda6
doc/whats_new/v0.11.rst
@@ -1,7 +1,9 @@
1
.. _changes_0_11:
2
3
-Version 0.11.0 (Under development)
4
-==================================
+Version 0.11.0
+==============
5
+
6
+**July 8, 2023**
7
8
Changelog
9
---------
imblearn/_version.py
@@ -22,4 +22,4 @@
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
25
-__version__ = "0.11.0.dev0"
+__version__ = "0.11.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.11.0.dev0
+current_version = 0.11.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
0 commit comments