mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-21 05:21:58 +00:00
Update change log and setup.py version (1.3.0)
This commit is contained in:
parent
14ad3bdc7b
commit
2fbcdcbf51
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
# CHANGELOG
|
# 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)
|
## v1.2.0 (2022-12-13)
|
||||||
|
|
||||||
* Add the ability to add test databases.
|
* Add the ability to add test databases.
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ readme = Path("README.rst").read_text()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="dj-database-url",
|
name="dj-database-url",
|
||||||
version="1.2.0",
|
version="1.3.0",
|
||||||
url="https://github.com/jazzband/dj-database-url",
|
url="https://github.com/jazzband/dj-database-url",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",
|
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue