Skip to content

Commit 2fbcdcb

Browse files
committed
Update change log and setup.py version (1.3.0)
1 parent 14ad3bd commit 2fbcdcb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

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+
310
## v1.2.0 (2022-12-13)
411

512
* Add the ability to add test databases.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="dj-database-url",
9-
version="1.2.0",
9+
version="1.3.0",
1010
url="https://github.com/jazzband/dj-database-url",
1111
license="BSD",
1212
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",

0 commit comments

Comments
 (0)