Skip to content

Commit 8fcbed9

Browse files
Release version 0.1.15
### Added - Changes in docs/quickstart.md - Changes in pyproject.toml - Changes in setup.py
1 parent b7140fd commit 8fcbed9

4 files changed

Lines changed: 10 additions & 3 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.15] - 2025-05-13
6+
7+
### Added
8+
- Changes in docs/quickstart.md
9+
- Changes in pyproject.toml
10+
- Changes in setup.py
11+
512
## [0.1.14] - 2025-05-13
613

714
### Added

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Sklonuj repozytorium:
44
```bash
55
git clone https://github.com/coboarding/python.git
6-
cd coBoarding
6+
cd coboarding
77
```
88
2. Uruchom instalację:
99
```bash

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.15"
7+
version = "0.1.16"
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.15",
5+
version="0.1.16",
66
description="Automated Development Environment",
77
packages=find_packages(),
88
python_requires=">=3.8",

0 commit comments

Comments
 (0)