Skip to content

Commit 0f8e501

Browse files
committed
Bump to 0.7.1
1 parent 89bd8c4 commit 0f8e501

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
services: []
4848
install:
4949
- *upgrade_python_toolset
50+
script: []
5051
before_deploy:
5152
- pip install sqlalchemy
5253
deploy:

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
Version 0.7.1
4+
-------------
5+
* User can specify the JSON class he wants (Thanks to @massimiliano-della-rovere )
6+
* Python 3.7 checked
7+
38
Version 0.7.0
49
-------------
510
* Do not rely on ujson.

sqlalchemy_jsonfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
from .jsonfield import JSONField, mutable_json_field
1717

18-
__version__ = '0.7.0'
18+
__version__ = '0.7.1'
1919
__author__ = "Alexey Stepanov <[email protected]>"

0 commit comments

Comments
 (0)