From bf69a84ef65d4ac241f77f1ff2dd14d06f2018d9 Mon Sep 17 00:00:00 2001 From: Luca Chiodini Date: Thu, 9 Jan 2025 15:48:48 +0100 Subject: [PATCH] Release v1.1.2 --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- pytamaro/__init__.py | 2 +- uv.lock | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb45673..64eacc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.2] - 2025-01-09 + +### Changed + +- Added a workaround to avoid packaging issues with setuptool and PyPI + ## [1.1.1] - 2025-01-09 ### Fixed diff --git a/docs/conf.py b/docs/conf.py index 896455d..c863257 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "LuCE Research Lab" # The full version, including alpha/beta/rc tags -release = "1.1.1" +release = "1.1.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 53b3bb6..5440fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytamaro" -version = "1.1.1" +version = "1.1.2" description = "Educational library for Python to teach programming using graphics" authors = [ {name = "Luca Chiodini", email = "luca@chiodini.org"}, diff --git a/pytamaro/__init__.py b/pytamaro/__init__.py index 1891b83..f3c7c9f 100644 --- a/pytamaro/__init__.py +++ b/pytamaro/__init__.py @@ -15,4 +15,4 @@ LANGUAGE = "en" -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/uv.lock b/uv.lock index d791570..6bec86c 100644 --- a/uv.lock +++ b/uv.lock @@ -756,7 +756,7 @@ wheels = [ [[package]] name = "pytamaro" -version = "1.1.1" +version = "1.1.2" source = { virtual = "." } dependencies = [ { name = "pillow" },