Skip to content

Commit af582f2

Browse files
committed
Bump up version
1 parent 317df3c commit af582f2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changes
22
=======
3+
0.13.1, 2016-06-22
4+
* Topic coherence C_v and U_mass (@dsquareindia, #710)
5+
6+
37
0.13.0, 2016
48
* Added Distance Metrics to matutils.pt (@bhargavvader, #656)
59
* Tutorials migrated from website to ipynb (@j9chan, #721), (@jesford, #733), (@jesford, #725), (@jesford, #716)

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '0.13.0'
55+
version = '0.13.1'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.13.0'
57+
release = '0.13.1'
5858

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def readfile(fname):
123123

124124
setup(
125125
name='gensim',
126-
version='0.13.0',
126+
version='0.13.1',
127127
description='Python framework for fast Vector Space Modelling',
128128
long_description=readfile('README.rst'),
129129

0 commit comments

Comments
 (0)