Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucach committed Jan 9, 2025
1 parent eabccb4 commit bf69a84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion pytamaro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

LANGUAGE = "en"

__version__ = "1.1.1"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf69a84

Please sign in to comment.