Skip to content

Commit 306e91b

Browse files
authored
Merge pull request #43 from UDST/patch
[v1.5.3] Version number fix
2 parents c963a93 + e005cce commit 306e91b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
v1.5.2
1+
v1.5.3
22
======
33

44
* Updated requirements to streamline installation.
55

6+
v1.5.2
7+
======
8+
9+
* Never released.
10+
611
v1.5.1
712
======
813

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.5.2'
63+
release = '1.5.3'
6464

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

orca/__init__.py

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

55
from .orca import *
66

7-
version = __version__ = '1.5.2'
7+
version = __version__ = '1.5.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
setup(
4040
name='orca',
41-
version='1.5.2',
41+
version='1.5.3',
4242
description='A pipeline orchestration tool with Pandas support',
4343
long_description=long_description,
4444
author='UrbanSim Inc.',

0 commit comments

Comments
 (0)