From 5cd79e19ee60397fe80f098956a02b87f4a870c3 Mon Sep 17 00:00:00 2001 From: David Fokkema Date: Tue, 27 Feb 2024 14:25:18 +0100 Subject: [PATCH] Release version 2.0b2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f23112..bf7615f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.0b1 +## 2.0b2 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 930e6f0..4fc1d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tailor" bundle = "com.amsphyslab.tailor" -version = "2.0b1" +version = "2.0b2" url = "https://github.com/davidfokkema/tailor" license = "GNU General Public License v3 (GPLv3)" author = 'David Fokkema'