Skip to content

Commit

Permalink
Update version and news
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jun 22, 2023
1 parent 7f2554a commit 20827de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NEWS

- v0.53.2
- v0.53.1
- v0.53.0
- Windows and workflow fixes
- v0.52.0
- Code re-write
- v0.51.0
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DataPipeline"
uuid = "9ced6f0a-eb77-43a8-bbd1-bbf3031b0d12"
authors = ["Sonia Mitchell <[email protected]>", "Martin Burke <[email protected]>", "Richard Reeve <[email protected]>"]
version = "0.53.1"
version = "0.53.2"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
2 changes: 1 addition & 1 deletion examples/fdp/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ version = "1.5.0"
deps = ["AxisArrays", "CSV", "DataFrames", "Dates", "FTPClient", "HDF5", "HTTP", "JSON", "NetCDF", "Plots", "PrettyTables", "SHA", "SQLite", "TOML", "URIs", "UnicodePlots", "YAML"]
path = "../.."
uuid = "9ced6f0a-eb77-43a8-bbd1-bbf3031b0d12"
version = "0.53.0"
version = "0.53.2"

[[deps.DataStructures]]
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
Expand Down

2 comments on commit 20827de

@richardreeve
Copy link
Member Author

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

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.53.2 -m "<description of version>" 20827deddd7b57fa5f835a2962dbdf1bdd3c6c4f
git push origin v0.53.2

Please sign in to comment.