Skip to content

Commit

Permalink
Add changelog and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Rivera committed Sep 26, 2016
1 parent 2d37b59 commit 699320e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

1.0.1
-----
* Ensure that form url's end in a `/` to prevent Django from having to force a redirect.

1.0.0
-----
* Initital Release
4 changes: 2 additions & 2 deletions ehb_datasources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__version_info__ = {
'major': 1,
'minor': 0,
'micro': 0,
'micro': 1,
'releaselevel': 'final',
'serial': 21
'serial': 22
}


Expand Down

0 comments on commit 699320e

Please sign in to comment.