Skip to content

Commit 02bcf7f

Browse files
committed
Updated version number to 1.5.0
1 parent 9a467c0 commit 02bcf7f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

corpustools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__ver_major__ = 1
2-
__ver_minor__ = 4
3-
__ver_patch__ = 1
2+
__ver_minor__ = 5
3+
__ver_patch__ = 0
44
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__)
55
__version__ = "%d.%d.%d" % __ver_tuple__
66

cx_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def readme():
8787
bdist_dmg_options = {'applications_shortcut':True}
8888

8989
setup(name='Phonological CorpusTools',
90-
version='1.4.1',
90+
version='1.5.0',
9191
description='',
9292
long_description='',
9393
classifiers=[

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def __getattr__(cls, name):
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '1.4.1'
77+
version = '1.5.0'
7878
# The full version, including alpha/beta/rc tags.
79-
release = '1.4.1'
79+
release = '1.5.0'
8080

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

esk_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
bdist_dmg_options = {'applications_shortcut':True}
118118

119119
setup(name="PhonologicalCorpusTools",
120-
version="1.4.1",
120+
version="1.5.0",
121121
scripts=[exe],
122122
packages=['corpustools',
123123
'corpustools.corpus',

pct.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "Phonological CorpusTools"
22
#define MyDistName "PhonologicalCorpusTools"
3-
#define MyAppVersion "1.4.1"
3+
#define MyAppVersion "1.5.0"
44
#define MyPlatform "win-amd64"
55
#define MyAppPublisher "PCT"
66
#define MyAppURL "http://PhonologicalCorpusTools.github.io/CorpusTools/"

0 commit comments

Comments
 (0)