diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 61987ab8b5..0d883cb8b0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ Changes ======= +0.13.1, 2016-06-22 +* Topic coherence C_v and U_mass (@dsquareindia, #710) + + 0.13.0, 2016 * Added Distance Metrics to matutils.pt (@bhargavvader, #656) * Tutorials migrated from website to ipynb (@j9chan, #721), (@jesford, #733), (@jesford, #725), (@jesford, #716) diff --git a/docs/src/conf.py b/docs/src/conf.py index 5a9ad2b635..cc1aa50a88 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '0.13.0' +version = '0.13.1' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.13.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a616bb97d3..341a99079e 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def readfile(fname): setup( name='gensim', - version='0.13.0', + version='0.13.1', description='Python framework for fast Vector Space Modelling', long_description=readfile('README.rst'),