Skip to content

Commit

Permalink
Update change log and setup.py version (1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseymour committed Mar 27, 2023
1 parent 14ad3bd commit 2fbcdcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2fbcdcb

Please sign in to comment.