Skip to content
Snippets Groups Projects
Verified Commit a12ad4b2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Release 1.0.1

parent 7d3aeb81
No related branches found
Tags 1.0.1
No related merge requests found
Pipeline #59661 failed
...@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. ...@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. 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`_ `1.0`_
------ ------
...@@ -21,3 +34,4 @@ Added ...@@ -21,3 +34,4 @@ Added
.. _1.0: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0 .. _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
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Tezor" name = "AlekSIS-App-Tezor"
version = "1.0" version = "1.0.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment