From 3a62ec6607ac77f96e276872d75abbac47c89c3e Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 20 Mar 2022 22:52:59 +0100 Subject: [PATCH] Update changelog and bump vresion --- CHANGELOG.rst | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3233b18..32dbe40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +`1.2`_ - 2022-03-20 +------------------- + +Added +----- + +* Update django-payments to 1.0 +* Update invoice if person changes + +Changed +------- + +* Always set person on Invoice objects + `1.1.1`_ - 2022-03-15 --------------------- @@ -72,3 +86,4 @@ Added .. _1.0.2: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.2 .. _1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1 .. _1.1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1.1 +.. _1.2 https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.2 diff --git a/pyproject.toml b/pyproject.toml index 93d63dd..594f7bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Tezor" -version = "1.1.1" +version = "1.2" packages = [ { include = "aleksis" } ] -- GitLab