bumb version
This commit is contained in:
parent
5f9d528f3e
commit
ea80175dc7
@ -42,6 +42,9 @@ python3 -m pip install .
|
||||
|
||||
## Changelog
|
||||
### 1.2
|
||||
#### 1.2.1
|
||||
- Refactored configuration management
|
||||
#### 1.2.0
|
||||
- Support ueberzugpp
|
||||
- Added option to open file with `xdg-open`
|
||||
- Use pyproject.toml for installation
|
||||
|
@ -1,4 +1,5 @@
|
||||
version = "1.2"
|
||||
version = "1.2.1"
|
||||
fullversion = f"{version}-legacy"
|
||||
|
||||
settings_map = {
|
||||
"q": "quit",
|
||||
|
@ -3,7 +3,7 @@ requires = ["setuptools"]
|
||||
|
||||
[project]
|
||||
name = "imgsort"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
description = "A program that lets you easily sort images into different folders."
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
|
Loading…
Reference in New Issue
Block a user