Skip to content

Commit

Permalink
relaxed compat constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Mar 31, 2021
1 parent 7bb8967 commit 549b0e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.4'
- '1.5'
- '1.6'
- 'nightly'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "ThermoState"
uuid = "e7b6519d-fdf7-4a33-b544-2b37a9c1234a"
authors = ["Andres Riedemann"]
version = "0.4.6"
version = "0.4.7"

[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Unitful = "^1.4.1"
julia = "1.4.1"
Unitful = "^1.4"
julia = "^1.4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 549b0e3

@longemen3000
Copy link
Owner 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/33280

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.4.7 -m "<description of version>" 549b0e3c08de3d6105ce07176a89f0583fbe8f7e
git push origin v0.4.7

Please sign in to comment.