Skip to content

Commit

Permalink
Merge pull request #84 from UDST/release
Browse files Browse the repository at this point in the history
[0.1] First production release!
  • Loading branch information
smmaurer committed Jan 18, 2019
2 parents 1fa1d13 + 727636c commit 30fa467
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.cache/*
build/*
dist/*
urbansim_templates.egg-info/*
**/*.pyc
**/.doctrees/*
**/.doctrees/*
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UrbanSim Templates change log

### 0.1 (2019-01-16)

- first production release!

### 0.1.dev25 (2019-01-15)

- fixes an OLS simulation bug that raised an error when output column didn't exist yet
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='urbansim_templates',
version='0.1.dev25',
version='0.1',
description='UrbanSim extension for managing model steps',
author='UrbanSim Inc.',
author_email='info@urbansim.com',
Expand Down
2 changes: 1 addition & 1 deletion urbansim_templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = __version__ = '0.1.dev25'
version = __version__ = '0.1'

0 comments on commit 30fa467

Please sign in to comment.