Skip to content

Commit

Permalink
bumpversion to 0.12.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jul 8, 2023
1 parent 3fbcda6 commit 124d108
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Release history
===============

.. include:: whats_new/v0.12.rst

.. include:: whats_new/v0.11.rst

.. include:: whats_new/v0.10.rst
Expand Down
3 changes: 0 additions & 3 deletions doc/whats_new/v0.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ Enhancements
- :class:`~imblearn.over_sampling.SMOTENC` now support passing array-like of `str`
when passing the `categorical_features` parameter.
:pr:`1008` by :user`Guillaume Lemaitre <glemaitre>`.
<<<<<<< HEAD

- :class:`~imblearn.over_sampling.SMOTENC` now support automatic categorical inference
when `categorical_features` is set to `"auto"`.
:pr:`1009` by :user`Guillaume Lemaitre <glemaitre>`.
=======
>>>>>>> origin/master
8 changes: 8 additions & 0 deletions doc/whats_new/v0.12.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _changes_0_12:

Version 0.12.0 (Under development)
==================================


Changelog
---------
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.11.0"
__version__ = "0.12.0.dev0"
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.11.0
current_version = 0.12.0.dev0
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 124d108

Please sign in to comment.