Skip to content

Commit 9b0f325

Browse files
committed
Bump version 2.0.0 and update CHANGELOG.md
1 parent a7f94c8 commit 9b0f325

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+
## 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+
310
## v1.3.0 (2023-03-27)
411

512
* Cosmetic changes to the generation of schemes.

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.3.0",
9+
version="2.0.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)