diff --git a/CHANGELOG.md b/CHANGELOG.md index da77809..80be3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 9a18a87..d2822c0 100644 --- a/setup.py +++ b/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",