We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f94c8 commit 9b0f325Copy full SHA for 9b0f325
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v2.0.0 (2023-04-27)
4
+
5
+* Update project setup such that we now install as a package.
6
7
+_Notes_: while this does not alter the underlying application code, we are bumping to
8
+2.0 incase there are unforeseen knock on use-case issues.
9
10
## v1.3.0 (2023-03-27)
11
12
* Cosmetic changes to the generation of schemes.
setup.py
@@ -6,7 +6,7 @@
setup(
name="dj-database-url",
- version="1.3.0",
+ version="2.0.0",
url="https://github.com/jazzband/dj-database-url",
license="BSD",
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",
0 commit comments