Skip to content

Commit 62ef725

Browse files
update
1 parent a48c079 commit 62ef725

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "coboarding"
7-
version = "0.1.11"
7+
version = "0.1.12"
88
description = "Automated Development Environment"
99
authors = [{ name = "Tom Sapletta" }]
1010
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",

0 commit comments

Comments
 (0)