From ef565fe68c6addeb6574f6a7a6e7801be197c307 Mon Sep 17 00:00:00 2001 From: Immanuel Bayer Date: Wed, 25 May 2016 09:54:09 +0200 Subject: [PATCH] change version to 0.2.5 --- doc/conf.py | 2 +- doc/dev_notes.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 68ed865..117edb8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/dev_notes.txt b/doc/dev_notes.txt index d3135a1..ab8f25e 100644 --- a/doc/dev_notes.txt +++ b/doc/dev_notes.txt @@ -6,7 +6,7 @@ ghp-import doc/_build/html/ -p -n for new releases: - update version & relese in `conf.py` -- make sure doc is still correct `make doctests` +- make sure doc is still correct `make doctest` run test server cd fastFM/doc/ diff --git a/setup.py b/setup.py index 20525a5..cf29680 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=['fastFM'], - version='0.2.4', + version='0.2.5', url='http://ibayer.github.io/fastFM', author='Immanuel Bayer', author_email='immanuel.bayer@uni-konstanz.de',