Skip to content

Commit

Permalink
🐛 Fix .python-version issue
Browse files Browse the repository at this point in the history
File was previously ignored due to the template from pyscaffold
  • Loading branch information
Zaloog committed Nov 4, 2024
1 parent 27ab35b commit 14d0bf5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ MANIFEST
# Per-project virtualenvs
.venv*/
.conda*/
.python-version
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.5.1
- Fix deploymet issue caused by missing version file

## Version 0.5.0
- Move Project to uv structure and cleanup repository gh-17
- improve argparser to support new funtionality and give better command overview
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kanban-python"
version = "0.5.0"
version = "0.5.1"
description = "Terminal Kanban App written in Python"
readme = "README.md"
authors = [
Expand All @@ -18,6 +18,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 14d0bf5

Please sign in to comment.