Skip to content

Commit

Permalink
0.3.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler authored May 18, 2021
1 parent a3261a7 commit a7c45ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
ssh: ${{ secrets.COMPATHELPER_PRIV }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MIRTio"
uuid = "274281c4-ae57-11e9-2014-65d3d5d9358c"
authors = ["[email protected] <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ makedocs(;
deploydocs(;
repo = "github.com/JeffFessler/MIRTio.jl.git",
devbranch = "main",
devurl = "dev",
versions = ["stable" => "v^", "dev" => "dev"],
# devurl = "dev",
# versions = ["stable" => "v^", "dev" => "dev"],
# push_preview = true, # only for debug
)

2 comments on commit a7c45ca

@JeffFessler
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/37019

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 v0.3.1 -m "<description of version>" a7c45ca45c619fc2b3c95c5fe81685d95541908e
git push origin v0.3.1

Please sign in to comment.