Skip to content

Commit 4e2b3b4

Browse files
author
ibayer
committed
Merge pull request #54 from ibayer/release_0.2.5
change version to 0.2.5
2 parents 0e30a0c + ef565fe commit 4e2b3b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = '0.2'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '0.2.3'
69+
release = '0.2.5'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

doc/dev_notes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ghp-import doc/_build/html/ -p -n
66
for new releases:
77

88
- update version & relese in `conf.py`
9-
- make sure doc is still correct `make doctests`
9+
- make sure doc is still correct `make doctest`
1010

1111
run test server
1212
cd fastFM/doc/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
packages=['fastFM'],
2121

22-
version='0.2.4',
22+
version='0.2.5',
2323
url='http://ibayer.github.io/fastFM',
2424
author='Immanuel Bayer',
2525
author_email='[email protected]',

0 commit comments

Comments
 (0)