Skip to content

Commit

Permalink
Merge pull request #59 from maciejkula/v0.1.2-release
Browse files Browse the repository at this point in the history
Prepare for v0.1.2 release.
  • Loading branch information
maciejkula authored Sep 13, 2017
2 parents 0ab750c + 8777632 commit 7b1868b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

v0.1.2 (unreleased)
v0.1.2 (2017-09-10)
-------------------

Added
Expand All @@ -25,4 +25,3 @@ Fixed
~~~~~

* Factorization predict APIs now work as advertised in the documentation.

2 changes: 1 addition & 1 deletion docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation

.. code-block:: python
conda install -c maciejkula -c soumith spotlight=0.1.1
conda install -c maciejkula -c soumith spotlight=0.1.2
Usage
Expand Down
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation

.. code-block:: python
conda install -c maciejkula -c soumith spotlight=0.1.1
conda install -c maciejkula -c soumith spotlight=0.1.2
Usage
Expand Down
2 changes: 1 addition & 1 deletion spotlight/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v0.1.1'
__version__ = 'v0.1.2'

0 comments on commit 7b1868b

Please sign in to comment.