From 02401754ab898c9d9ba51105074bdb7103173062 Mon Sep 17 00:00:00 2001 From: David Fokkema Date: Fri, 20 Dec 2024 15:50:41 +0100 Subject: [PATCH] Release version 2.0.6 --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b6ce0..b345fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.0.6] - 2024-12-20 ### Fixed - Fix silent failure when import CSV files with encoding errors (e.g. exported from old versions of Excel on Windows, with cp1252 / iso-5589-1 / latin1 encoding). Fixes #86. +- Fix compatibility with older Intel Macs (pre-Apple Silicon era). ## [2.0.5] - 2024-09-15 diff --git a/pyproject.toml b/pyproject.toml index 00231ff..df3f7ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tailor" bundle = "com.amsphyslab.tailor" -version = "2.0.6.dev5" +version = "2.0.6" url = "https://github.com/davidfokkema/tailor" license = "GNU General Public License v3 (GPLv3)" author = 'David Fokkema'