Skip to content

Commit

Permalink
set version to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 20, 2024
1 parent de524fc commit 77818e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MolSimToolkit"
uuid = "054db54f-6694-444d-9bbb-e9ecdbfe77be"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "1.22.3-DEV"
version = "1.22.3"

[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/plotting_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ All other normal parameters of `Plots` function can be used to change the plot l
titles, legends, font sizes, etc.

!!! tip
In v1.21.2, if if setting `fontfamily="Serif"`, LaTeXStrings will be converted to `\mathsf`
In v1.21.3, if if setting `fontfamily="Serif"`, LaTeXStrings will be converted to `\mathsf`
to match the overall plot fonts. This behavior can be disabled with `adjust_latex_font=false`.

## Available plotting functions
Expand Down

2 comments on commit 77818e5

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 77818e5 Dec 20, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

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

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.22.3 -m "<description of version>" 77818e57022fc6b13b2d1c2dbd4ebd27e9da3d66
git push origin v1.22.3

Please sign in to comment.