From 9cc7ada63da1ca8e2f5dba4a625ea243973c17bb Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 10 Feb 2021 12:15:52 +0100 Subject: [PATCH] doc(CHANGELOG): publie la v1.3.1 --- CHANGELOG.md | 7 +++++++ benevalibre/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ece9d..c9a121e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Current development] +## [1.3.1] - 2021-02-10 + +### Changes + +- Association's has_employees field can now handle null values, and appears as a dropdown list +- Minimum required Debian version is now Buster, documentation is updated accordingly + ## [1.3.0] - 2021-02-04 ### Additions diff --git a/benevalibre/__init__.py b/benevalibre/__init__.py index 19b4f1d..72837bd 100644 --- a/benevalibre/__init__.py +++ b/benevalibre/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'