Skip to content

Commit

Permalink
Merge pull request #43 from UDST/patch
Browse files Browse the repository at this point in the history
[v1.5.3] Version number fix
  • Loading branch information
smmaurer committed Oct 23, 2019
2 parents c963a93 + e005cce commit 306e91b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
v1.5.2
v1.5.3
======

* Updated requirements to streamline installation.

v1.5.2
======

* Never released.

v1.5.1
======

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion orca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .orca import *

version = __version__ = '1.5.2'
version = __version__ = '1.5.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):

setup(
name='orca',
version='1.5.2',
version='1.5.3',
description='A pipeline orchestration tool with Pandas support',
long_description=long_description,
author='UrbanSim Inc.',
Expand Down

0 comments on commit 306e91b

Please sign in to comment.