Skip to content

Commit

Permalink
RELEASE HEAD is now 0.12-git
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed May 7, 2012
1 parent 7806572 commit 67cad73
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = '0.11'
version = '0.12-git'
# The full version, including alpha/beta/rc tags.
import sklearn
release = sklearn.__version__
Expand Down
10 changes: 10 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
.. currentmodule:: sklearn


.. _changes_0_12:

0.12
====

Changelog
---------


.. _changes_0_11:

0.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
URL = 'http://scikit-learn.sourceforge.net'
LICENSE = 'new BSD'
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
VERSION = '0.11'
VERSION = '0.12-git'

import setuptools # we are using a setuptools namespace
from numpy.distutils.core import setup
Expand Down
2 changes: 1 addition & 1 deletion sklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
'metrics', 'mixture', 'naive_bayes', 'neighbors', 'pipeline',
'preprocessing', 'qda', 'svm', 'test', 'clone', 'pls']

__version__ = '0.11'
__version__ = '0.12-git'

0 comments on commit 67cad73

Please sign in to comment.