Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 039b01e

Browse files
authoredSep 18, 2024··
Bump version (#188)
1 parent 91ae620 commit 039b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReTestItems"
22
uuid = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
3-
version = "1.26.0"
3+
version = "1.27.0"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

2 commit comments

Comments
 (2)

nickrobinson251 commented on Sep 18, 2024

@nickrobinson251
CollaboratorAuthor

JuliaRegistrator commented on Sep 18, 2024

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/115407

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.27.0 -m "<description of version>" 039b01eca3eb21cee188b14f39dd51dbdc73e33d
git push origin v1.27.0
Please sign in to comment.