We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfa5f3 commit dfe4346Copy full SHA for dfe4346
doc/whats_new/v0.12.rst
@@ -1,7 +1,11 @@
1
.. _changes_0_12:
2
3
-Version 0.12.0 (Under development)
4
-==================================
+.. _changes_0_12:
+
5
+Version 0.12.0
6
+==============
7
8
+**January 24, 2024**
9
10
Changelog
11
---------
imblearn/_version.py
@@ -22,4 +22,4 @@
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
#
24
25
-__version__ = "0.12.0.dev0"
+__version__ = "0.12.0"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.12.0.dev0
+current_version = 0.12.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
0 commit comments