Skip to content

Commit 7920c56

Browse files
minor improverments
1 parent ae96ad4 commit 7920c56

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
## Unreleased
44

5+
## 0.1.1 - 2025-10-18
6+
- Minor improvements of examples, documentation, settings.
7+
58
## 0.1.0 - 2025-10-17
69
- Initial release: simple Calculator API (Operation, Registry, utils) with good practices for coding project such as testing, documentation, type checking, CI/CD for tests and documentation…

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "python-project-template-AS"
77
description = "A minimal Python project demonstrating best practices for testing, documentation, and CI/CD. It implements a mini calculator as a minimal example."
8-
version = "0.1.0"
8+
version = "0.1.1"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
authors = [{ name = "Andrea Scaglioni", email = "[email protected]" }]

0 commit comments

Comments
 (0)