Skip to content

Commit

Permalink
Merge pull request #97 from maciejkula/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.1.4.
  • Loading branch information
maciejkula authored Feb 18, 2018
2 parents 2e5793c + a09421b commit 2285a04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Changelog
=========

Unreleased (unrelesed)
v0.1.4 (2018-02-18)
-------------------

Fixed
~~~~~
Expand All @@ -15,7 +16,7 @@ Other
* Added Appveyor for Windows CI (thanks to Roman Yurchak).

v0.1.3 (2017-12-14)
-----------------------
-------------------

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

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

.. code-block:: python
conda install -c maciejkula -c pytorch spotlight=0.1.3
conda install -c maciejkula -c pytorch spotlight=0.1.4
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.3'
__version__ = 'v0.1.4'

0 comments on commit 2285a04

Please sign in to comment.