Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Aug 1, 2018
1 parent 89bd8c4 commit 0f8e501
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
services: []
install:
- *upgrade_python_toolset
script: []
before_deploy:
- pip install sqlalchemy
deploy:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG
=========
Version 0.7.1
-------------
* User can specify the JSON class he wants (Thanks to @massimiliano-della-rovere )
* Python 3.7 checked

Version 0.7.0
-------------
* Do not rely on ujson.
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_jsonfield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

from .jsonfield import JSONField, mutable_json_field

__version__ = '0.7.0'
__version__ = '0.7.1'
__author__ = "Alexey Stepanov <[email protected]>"

0 comments on commit 0f8e501

Please sign in to comment.