Skip to content

Commit

Permalink
Merge pull request #220 from psrenergy/gb/bump-version
Browse files Browse the repository at this point in the history
bump version and remove unnecessary compats
  • Loading branch information
guilhermebodin authored Jun 7, 2024
2 parents e84b3fd + fe07dd0 commit b40ef3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "PSRClassesInterface"
uuid = "1eab49e5-27d8-4905-b9f6-327b6ea666c4"
version = "0.16.0"
version = "0.16.1"

[deps]
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
Expand All @@ -17,14 +17,14 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
CSV = "0.10.11"
DBInterface = "2.5.0"
DataFrames = "1.6.1"
Dates = "1.6.7"
Dates = "1.6"
Encodings = "0.1.1"
JSON = "0.21"
OrderedCollections = "1.6"
Random = "1.6.7"
Random = "1.6"
SQLite = "1.6.0"
Tables = "1.10"
Test = "1.6.7"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down

2 comments on commit b40ef3c

@guilhermebodin
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/108471

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v0.16.1 -m "<description of version>" b40ef3cbcc7649c9faa5b5242bbd70563faed12b
git push origin v0.16.1

Please sign in to comment.