From a12ad4b20167e6dd4f9372505b7243fb2e718207 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 14 Mar 2022 00:50:54 +0100 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.rst | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e18309c..cc77b3c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ 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.0.1`_ - 2022-03-14 +-------------------- + +Fixed +~~~~~ + +* Remove NOT NULL constraint from for_object in Invoice +* Fix return value of get_purchased_items in manual invoicing + +Changed +~~~~~~~ + +* Billing address is auto-filled from related person `1.0`_ ------ @@ -21,3 +34,4 @@ Added .. _1.0: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0 +.. _1.0.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.1 diff --git a/pyproject.toml b/pyproject.toml index e414dcd..4585619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Tezor" -version = "1.0" +version = "1.0.1" packages = [ { include = "aleksis" } ] -- GitLab