From 9b0f325910b388832f9bed7f580cc8e8d15cb2ff Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Thu, 27 Apr 2023 16:28:38 +0100 Subject: [PATCH] Bump version 2.0.0 and update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80be3d8..218155c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v2.0.0 (2023-04-27) + +* Update project setup such that we now install as a package. + +_Notes_: while this does not alter the underlying application code, we are bumping to +2.0 incase there are unforeseen knock on use-case issues. + ## v1.3.0 (2023-03-27) * Cosmetic changes to the generation of schemes. diff --git a/setup.py b/setup.py index e967a7c..acc96c0 100644 --- a/setup.py +++ b/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",