Skip to content

Commit

Permalink
Add [compat] entry for Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Oct 6, 2020
1 parent fd32f73 commit 9ef082b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
CBinding = "0.9"
Reexport = "0.2"
julia = "1.5"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- [![Codecov](https://codecov.io/gh/trixi-framework/P4est.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/trixi-framework/P4est.jl) -->
<!-- [![Coveralls](https://coveralls.io/repos/github/trixi-framework/P4est.jl/badge.svg?branch=master)](https://coveralls.io/github/trixi-framework/P4est.jl?branch=master) -->
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
<!-- [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/trixi-framework/P4est.jl/v0.2.0.svg?style=social&logo=github)](https://github.com/trixi-framework/P4est.jl) -->

**P4est.jl** is a Julia package that wraps
[p4est](https://github.com/cburstedde/p4est), a C library to manage multiple
Expand Down

2 comments on commit 9ef082b

@sloede
Copy link
Member Author

@sloede sloede commented on 9ef082b Oct 6, 2020

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 updated: JuliaRegistries/General/22462

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.1.0 -m "<description of version>" 9ef082b7790b159ad3fd5621c12ac1af2440f8c4
git push origin v0.1.0

Please sign in to comment.