Skip to content

Commit

Permalink
0.3.1 - fix pg db creation, thanks edgar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Jones committed Nov 8, 2017
1 parent 01e08bf commit 1dc40d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,10 @@
# CHANGELOG

## 0.3.1
* Fix create PG DB

## 0.3.0
* Add S3SQlite

## 0.2.0
* Add/Drop schema
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='zappa-django-utils',
version='0.3.0',
version='0.3.1',
packages=['zappa_django_utils'],
install_requires=required,
tests_require=test_required,
Expand Down

0 comments on commit 1dc40d7

Please sign in to comment.