From 6e5d016b63a6b8a45c92951e42f14996b5485b4d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 6 Feb 2022 10:39:58 +0100 Subject: [PATCH] Bump version to 0.5.2 and amend changelog --- CHANGELOG.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9618bd9..eade22c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,14 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__ and this project adheres to `Semantic Versioning <http://semver.org/>`__. +0.5.2 +----- + +Fixed +~~~~~ + +* Fixed issue with from_date (thanks to Sampath) + 0.5.1 ----- diff --git a/pyproject.toml b/pyproject.toml index 2558b97..ae537c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "calendarweek" -version = "0.5.1" +version = "0.5.2" description = "Utilities for working with calendar weeks in Python and Django" authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] license = "Apache-2.0" -- GitLab