From cefa38cb3e993d4c2616a460921d6fe22b19141b Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Sun, 22 Oct 2023 19:41:43 +0200 Subject: [PATCH] Back to development: 5.3 --- CHANGES.txt | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9467898..7ebe8eb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Changes ======= +5.3 (unreleased) +---------------- + +- Nothing changed yet. + + 5.2 (2023-10-22) ---------------- diff --git a/pyproject.toml b/pyproject.toml index 9c71bb2..f10aab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "tzlocal" description = "tzinfo object for the local timezone" readme = "README.rst" -version = "5.2" +version = "5.3.dev0" authors = [{name = "Lennart Regebro", email = "regebro@gmail.com"}] license = {text = "MIT"} keywords = ["timezone"]