Skip to content

Commit 01138fc

Browse files
committed
Update changelog and version
1 parent add2e45 commit 01138fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Pass onclause when using join to prevent sqlalchemy from picking incorrect relation
66
- Fix select_related with duplicate joins (eg `select_related('a', 'a__b')`)
77
- Change Enum database name to include the table name
8+
- Add builtin set / tuple support for JSONModel
89

910
# 0.7.9
1011

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="atom-db",
16-
version="0.8.0-dev",
16+
version="0.8.0",
1717
author="CodeLV",
1818
author_email="[email protected]",
1919
url="https://github.com/codelv/atom-db",

0 commit comments

Comments
 (0)