File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = '0.2'
68
68
# The full version, including alpha/beta/rc tags.
69
- release = '0.2.3 '
69
+ release = '0.2.5 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ghp-import doc/_build/html/ -p -n
6
6
for new releases:
7
7
8
8
- update version & relese in `conf.py`
9
- - make sure doc is still correct `make doctests `
9
+ - make sure doc is still correct `make doctest `
10
10
11
11
run test server
12
12
cd fastFM/doc/
Original file line number Diff line number Diff line change 19
19
20
20
packages = ['fastFM' ],
21
21
22
- version = '0.2.4 ' ,
22
+ version = '0.2.5 ' ,
23
23
url = 'http://ibayer.github.io/fastFM' ,
24
24
author = 'Immanuel Bayer' ,
25
25
You can’t perform that action at this time.
0 commit comments