File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.11] - 2025-05-13
6+
7+ ### Added
8+ - Changes in pyproject.toml
9+ - Changes in run.sh
10+ - Changes in setup.py
11+
512## [ 0.1.10] - 2025-05-13
613
714### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " coboarding"
7- version = " 0.1.11 "
7+ version = " 0.1.12 "
88description = " Automated Development Environment"
99authors = [{ name = " Tom Sapletta" }]
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 22
33setup (
44 name = "coboarding" ,
5- version = "0.1.11 " ,
5+ version = "0.1.12 " ,
66 description = "Automated Development Environment" ,
77 packages = find_packages (),
88 python_requires = ">=3.8" ,
You can’t perform that action at this time.
0 commit comments