Skip to content

Commit 402bf79

Browse files
committed
DOC: fix doc mistakes
Fix post release for the website :(
1 parent 0dd2e39 commit 402bf79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '0.12'
76+
version = '0.12.1'
7777
# The full version, including alpha/beta/rc tags.
7878
import sklearn
7979
release = sklearn.__version__

doc/whats_new.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Changelog
1616

1717
- Doctest under windows 64bit by `Gael Varoquaux`_
1818

19-
- Documentation fixes for elastic net by `Andreas Mueller`_ and
19+
- Documentation fixes for elastic net by `Andreas Müller`_ and
2020
`Alexandre Gramfort`_
2121

2222
- Proper behavior with fortran-ordered numpy arrays by `Gael Varoquaux`_
@@ -25,7 +25,7 @@ Changelog
2525

2626
- Fix parallel computing in MDS by `Gael Varoquaux`_
2727

28-
- Fix unicode support in count vectorizer by `Andreas Mueller`_
28+
- Fix unicode support in count vectorizer by `Andreas Müller`_
2929

3030
- Fix MinCovDet breaking with X.shape = (3, 1) by `Virgile Fritsch`_
3131

@@ -38,7 +38,7 @@ People
3838

3939
* 14 `Peter Prettenhofer`_
4040
* 12 `Gael Varoquaux`_
41-
* 10 `Andreas Mueller`_
41+
* 10 `Andreas Müller`_
4242
* 5 `Lars Buitinck`_
4343
* 3 `Virgile Fritsch`_
4444
* 1 `Alexandre Gramfort`_

0 commit comments

Comments
 (0)