Skip to content

Commit

Permalink
bumpversion 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 24, 2024
1 parent dcfa5f3 commit dfe4346
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions doc/whats_new/v0.12.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.. _changes_0_12:

Version 0.12.0 (Under development)
==================================
.. _changes_0_12:

Version 0.12.0
==============

**January 24, 2024**

Changelog
---------
Expand Down
2 changes: 1 addition & 1 deletion imblearn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "0.12.0.dev0"
__version__ = "0.12.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit dfe4346

Please sign in to comment.