bumb version

This commit is contained in:
matthias@arch 2023-12-16 00:24:27 +01:00
parent 5f9d528f3e
commit ea80175dc7
3 changed files with 6 additions and 2 deletions

View File

@ -42,6 +42,9 @@ python3 -m pip install .
## Changelog ## Changelog
### 1.2 ### 1.2
#### 1.2.1
- Refactored configuration management
#### 1.2.0
- Support ueberzugpp - Support ueberzugpp
- Added option to open file with `xdg-open` - Added option to open file with `xdg-open`
- Use pyproject.toml for installation - Use pyproject.toml for installation

View File

@ -1,4 +1,5 @@
version = "1.2" version = "1.2.1"
fullversion = f"{version}-legacy"
settings_map = { settings_map = {
"q": "quit", "q": "quit",

View File

@ -3,7 +3,7 @@ requires = ["setuptools"]
[project] [project]
name = "imgsort" name = "imgsort"
version = "1.2.0" version = "1.2.1"
description = "A program that lets you easily sort images into different folders." description = "A program that lets you easily sort images into different folders."
requires-python = ">=3.10" requires-python = ">=3.10"
readme = "README.md" readme = "README.md"