Skip to content

Commit

Permalink
bumped version and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Henjuro committed Sep 20, 2017
1 parent 044bf30 commit 3ac85b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

* 1.0.2
* Fixes
* fixed migration scripts to only use lowercase table names, this should fix problems with database configured to support casesensitive table names
* 1.0.1
* Changes
* Improved system/constellation import speed, also should properly retry failed imports now (timeouts etc.)
Expand Down
2 changes: 1 addition & 1 deletion waitlist/data/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.1-$Format:%h$"
version = "1.0.2-$Format:%h$"

0 comments on commit 3ac85b3

Please sign in to comment.