Skip to content

Commit

Permalink
add J. Taraz to author lists
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 23, 2023
1 parent 7aef6a4 commit 650ffed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ExtendableGrids"
uuid = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
authors = ["Juergen Fuhrmann <[email protected]>, Christian Merdon <[email protected]>"]
authors = ["Juergen Fuhrmann <[email protected]>", "Christian Merdon <[email protected]>", "Johannes Taraz <[email protected]>"]
version = "1.2.0"

[deps]
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function mkdocs()
clean = false,
warnonly = true,
doctest = true,
authors = "J. Fuhrmann, Ch. Merdon",
authors = "J. Fuhrmann, Ch. Merdon, J. Taraz",
repo = "https://github.com/j-fu/ExtendableGrids.jl",
pages = [
"Home" => "index.md",
Expand Down
2 changes: 1 addition & 1 deletion examples/examples2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function sorted_subgrid(; maxvolume = 0.01)
g, sg, sf
end
# ![](sorted_subgrid.svg)
# ## CI callbacks
# ## CI callbacks for [ExampleJuggler.jl](https://github.com/j-fu/ExampleJuggler.jl)
# Unit tests
using Test
function runtests()
Expand Down
2 changes: 1 addition & 1 deletion examples/gmsh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function gmsh2d()
end
# ![](gmsh2d.svg)

# ## CI callbacks
# ## CI callbacks for [ExampleJuggler.jl](https://github.com/j-fu/ExampleJuggler.jl)
# Unit tests
using Test
function runtests()
Expand Down

2 comments on commit 650ffed

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 650ffed Nov 23, 2023

Choose a reason for hiding this comment

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

@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/95858

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.2.0 -m "<description of version>" 650ffed493f702c917c8b15df6d4372cec9e5e0b
git push origin v1.2.0

Please sign in to comment.