We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ad3bd commit 2fbcdcbCopy full SHA for 2fbcdcb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v1.3.0 (2023-03-27)
4
+
5
+* Cosmetic changes to the generation of schemes.
6
+* Bump isort version - 5.11.5.
7
+* raise warning message if database_url is not set.
8
+* CONN_MAX_AGE fix type - Optional[int].
9
10
## v1.2.0 (2022-12-13)
11
12
* Add the ability to add test databases.
setup.py
@@ -6,7 +6,7 @@
setup(
name="dj-database-url",
- version="1.2.0",
+ version="1.3.0",
url="https://github.com/jazzband/dj-database-url",
license="BSD",
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",
0 commit comments