Skip to content

Commit d0df5a0

Browse files
bump: version 0.13.1 β†’ 0.14.0
1 parent d05b761 commit d0df5a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.14.0 (2025-01-17)
2+
3+
### Fix
4+
5+
- forcebump
6+
17
## 0.13.0 (2025-01-17)
28

39
### Feat

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "killpy"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "List all .venv directories and Conda environments 🐍 on your system and check how much space they are using. You can then choose which ones to delete in order to free up space 🧹."
55
readme = "README.md"
66
classifiers = [
@@ -37,7 +37,7 @@ package = true
3737

3838
[tool.commitizen]
3939
name = "cz_conventional_commits"
40-
version = "0.13.1"
40+
version = "0.14.0"
4141
version_files = [
4242
"src/__version__.py",
4343
"pyproject.toml:version"

0 commit comments

Comments
Β (0)