Skip to content

Commit

Permalink
Merge pull request #80 from LCSB-BioCore/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…3-06-03-01-50-52-709-01236645840

CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat)
  • Loading branch information
exaexa authored Aug 6, 2023
2 parents b5e6fe0 + 32ce82e commit bf57be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
COBREXA = "1"
DelimitedFiles = "1"
DocStringExtensions = "0.8, 0.9"
JSON = "0.21"
JuMP = "1"
Expand Down
4 changes: 2 additions & 2 deletions test/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ model_file = Dict(
),
(
"yeast-GEM.xml",
"https://raw.githubusercontent.com/SysBioChalmers/yeast-GEM/main/model/yeast-GEM.xml",
"c728b09d849b744ec7640cbf15776d40fb2d9cbd0b76a840a8661b626c1bd4be",
"https://raw.githubusercontent.com/SysBioChalmers/yeast-GEM/v8.7.0/model/yeast-GEM.xml",
"260a8efeaa4686fbf6251abecc2b4c2917e91d024615728307d1664c6d276be0",
),
]
)
Expand Down

2 comments on commit bf57be9

@exaexa
Copy link
Collaborator Author

@exaexa exaexa commented on bf57be9 Aug 6, 2023

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/89143

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

Please sign in to comment.