Skip to content

Commit

Permalink
Release v1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Jan 15, 2022
1 parent 461b82d commit 703d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "GPLv3"
authors = ["islent <[email protected]>"]
description = "Support for physical vectors and particles"
repository = "https://github.com/JuliaAstroSim/PhysicalParticles.jl"
version = "1.3.2"
version = "1.3.3"

[deps]
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Expand Down

2 comments on commit 703d412

@islent
Copy link
Member Author

@islent islent commented on 703d412 Jan 15, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • convert particle numeric types
  • construct constants from user-defined types
  • fixes: extent numeric type, pack_xy

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

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.3.3 -m "<description of version>" 703d412e94b0dde49ad215736e89704a64ed5689
git push origin v1.3.3

Please sign in to comment.