Skip to content

Commit 99518f1

Browse files
committed
Bump version to 0.11.0
1 parent 812451e commit 99518f1

6 files changed

Lines changed: 1187 additions & 1186 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.11.0] - 2026-07-16
44
### Added
55
- File menu: `Reset Settings to Defaults` resets Model and Crop settings. Recent folders and window layout remain untouched.
66
### Changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
given-names: Ken
88
email: ken.werner@uni-tuebingen.de
99
affiliation: University of Tübingen
10-
version: 0.10.2
11-
date-released: 2026-07-11
10+
version: 0.11.0
11+
date-released: 2026-07-16
1212
repository-code: https://github.com/kenwer/detectorist
1313
license: AGPL-3.0
1414
abstract: >

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If you use Detectorist in your work, you can [cite](CITATION.cff). it:
188188
author = {Werner, Ken},
189189
title = {Detectorist},
190190
url = {https://github.com/kenwer/detectorist},
191-
version = {0.10.2},
191+
version = {0.11.0},
192192
year = {2026}
193193
}
194194
```

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 = "detectorist"
7-
version = "0.10.2"
7+
version = "0.11.0"
88

99
description = "A desktop application for sorting and cropping photos using a machine learning for object detection."
1010
readme = "README.md"

0 commit comments

Comments
 (0)