Skip to content

Commit 2285a04

Browse files
authored
Merge pull request #97 from maciejkula/bump_version
Bump version to 0.1.4.
2 parents 2e5793c + a09421b commit 2285a04

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Changelog
33
=========
44

5-
Unreleased (unrelesed)
5+
v0.1.4 (2018-02-18)
6+
-------------------
67

78
Fixed
89
~~~~~
@@ -15,7 +16,7 @@ Other
1516
* Added Appveyor for Windows CI (thanks to Roman Yurchak).
1617

1718
v0.1.3 (2017-12-14)
18-
-----------------------
19+
-------------------
1920

2021
Added
2122
~~~~~

docs/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation
3838

3939
.. code-block:: python
4040
41-
conda install -c maciejkula -c pytorch spotlight=0.1.3
41+
conda install -c maciejkula -c pytorch spotlight=0.1.4
4242
4343
4444
Usage

readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation
3838

3939
.. code-block:: python
4040
41-
conda install -c maciejkula -c pytorch spotlight=0.1.3
41+
conda install -c maciejkula -c pytorch spotlight=0.1.4
4242
4343
4444
Usage

spotlight/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = 'v0.1.3'
1+
__version__ = 'v0.1.4'

0 commit comments

Comments
 (0)