From 8b57a2dd9dbb617783aca70f89b6e6d564fa9324 Mon Sep 17 00:00:00 2001 From: David Fokkema Date: Wed, 28 Feb 2024 13:46:17 +0100 Subject: [PATCH] Release version 2.0b3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7615f..c088d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.0b2 +## 2.0b3 About eight months have passed since the previous release of Tailor and many (long-requested) features have been added. Work on the 2.0 branch already started in May, 2023 with the refactoring of large parts of the code to make it more modular. This enabled us to separate data sheets, plots and underlying data models which led to simpler, more robust and better testable code. It then became easier to add functionality for creating multiple data sheets, multiplots, etc. and fixing some long-standing bugs. Our guiding principle always was to build the most simple and intuitive interface possible, even while adding features. Enjoy! diff --git a/pyproject.toml b/pyproject.toml index 4fc1d7a..16ac91e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tailor" bundle = "com.amsphyslab.tailor" -version = "2.0b2" +version = "2.0b3" url = "https://github.com/davidfokkema/tailor" license = "GNU General Public License v3 (GPLv3)" author = 'David Fokkema'