Update change log and setup.py version (1.3.0)

This commit is contained in:
Matt Seymour 2023-03-27 21:45:16 +01:00
parent 14ad3bdc7b
commit 2fbcdcbf51
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# CHANGELOG
## v1.3.0 (2023-03-27)
* Cosmetic changes to the generation of schemes.
* Bump isort version - 5.11.5.
* raise warning message if database_url is not set.
* CONN_MAX_AGE fix type - Optional[int].
## v1.2.0 (2022-12-13)
* Add the ability to add test databases.

View file

@ -6,7 +6,7 @@ readme = Path("README.rst").read_text()
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",