Skip to content

Commit

Permalink
v3.0.1 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Jul 19, 2022
1 parent c1867c4 commit 8c88178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## staged

- none

## v3.0.1

- Fixed bug in `apply_settings` where settings for ENGINEERING data model object were getting written even if they did not exist in the original data model
- Updated Pluto notebooks PowerModelsONM version to `3.0.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 = "PowerModelsONM"
uuid = "25264005-a304-4053-a338-565045d392ac"
authors = ["David M Fobes <[email protected]>"]
version = "3.0.0"
version = "3.0.1"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down

2 comments on commit 8c88178

@pseudocubic
Copy link
Collaborator 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/64568

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 v3.0.1 -m "<description of version>" 8c88178aebbffad63914fc49ede4a155f8c858c8
git push origin v3.0.1

Please sign in to comment.