Skip to content

Commit ea1b3a2

Browse files
committed
Bump version number
1 parent e9ab130 commit ea1b3a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.14'
58+
version = '0.15'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.14'
60+
release = '0.15'
6161

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
requirements = open('requirements.txt').read().splitlines()
66
setup(name='ERS',
7-
version='0.14',
7+
version='0.15',
88
description='Entity Registry System',
99
url='https://github.com/ers-devs/ers-node/',
1010
packages=['ers'],

0 commit comments

Comments
 (0)