Skip to content

Commit 95df7e0

Browse files
authored
Merge pull request #43 from petebankhead/v0.4.1
Update version, remove changelog
2 parents 77ab919 + a2c815a commit 95df7e0

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ You can download the extension jar file here: [qupath-extension-djl-0.2.0.jar](h
1414
The latest release (including source code) is [here](https://github.com/qupath/qupath-extension-djl/releases/latest).
1515

1616
And for documentation explaining what all this is about, see [here](https://qupath.readthedocs.io/en/0.4/docs/deep/djl.html).
17+
18+
## Changelog
19+
Changes are now documented [in the release notes].

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
qupathExtension {
77
name = "qupath-extension-djl"
8-
version = "0.4.1-SNAPSHOT"
8+
version = "0.4.1"
99
group = "io.github.qupath"
1010
description = "QuPath extension to use Deep Java Library"
1111
automaticModule = "qupath.extension.djl"

0 commit comments

Comments
 (0)