Skip to content

Commit

Permalink
add note about renaming to README
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed May 30, 2022
1 parent b68f210 commit 1acc0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/JuliaGeo/Proj.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeo/Proj.jl/actions?query=workflow%3ACI)

A simple [Julia](https://julialang.org/) wrapper around the [PROJ](https://proj.org/)
cartographic projections library.
cartographic projections library. This package has been renamed from Proj4.jl to Proj.jl.

Quickstart, based on the [PROJ docs](https://proj.org/development/quickstart.html):

Expand Down

2 comments on commit 1acc0bf

@visr
Copy link
Member Author

@visr visr commented on 1acc0bf May 30, 2022

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/61346

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.0.0 -m "<description of version>" 1acc0bf916ddc550b984c4c1f08e3b3ae472e7af
git push origin v1.0.0

Please sign in to comment.