Skip to content

Commit 2164bb1

Browse files
authored
MAINT Bump dev version (scikit-learn#27995)
1 parent b8d783d commit 2164bb1

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

doc/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on libraries.io to be notified when new versions are released.
1212
.. toctree::
1313
:maxdepth: 1
1414

15+
Version 1.5 <whats_new/v1.5.rst>
1516
Version 1.4 <whats_new/v1.4.rst>
1617
Version 1.3 <whats_new/v1.3.rst>
1718
Version 1.2 <whats_new/v1.2.rst>

doc/whats_new/v1.5.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. include:: _contributors.rst
2+
3+
.. currentmodule:: sklearn
4+
5+
.. _changes_1_5:
6+
7+
Version 1.5.0
8+
=============
9+
10+
**In Development**
11+
12+
.. include:: changelog_legend.inc
13+
14+
Changelog
15+
---------
16+
17+
..
18+
Entries should be grouped by module (in alphabetic order) and prefixed with
19+
one of the labels: |MajorFeature|, |Feature|, |Efficiency|, |Enhancement|,
20+
|Fix| or |API| (see whats_new.rst for descriptions).
21+
Entries should be ordered by those labels (e.g. |Fix| after |Efficiency|).
22+
Changes not specific to a module should be listed under *Multiple Modules*
23+
or *Miscellaneous*.
24+
Entries should end with:
25+
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
26+
where 123455 is the *pull request* number, not the issue number.
27+
28+
Code and Documentation Contributors
29+
-----------------------------------
30+
31+
Thanks to everyone who has contributed to the maintenance and improvement of
32+
the project since version 1.4, including:
33+
34+
TODO: update at the time of the release.

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
4343
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
4444
#
45-
__version__ = "1.4.dev0"
45+
__version__ = "1.5.dev0"
4646

4747

4848
# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded

0 commit comments

Comments
 (0)