Skip to content

Commit

Permalink
Merge pull request #8 from shipengcheng1230/fix_dep
Browse files Browse the repository at this point in the history
test on 1.5
  • Loading branch information
shipengcheng1230 authored Aug 3, 2020
2 parents 33ea344 + 4a3537d commit f091ca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- julia_version: 1.4
- julia_version: 1.5
- julia_version: nightly

platform:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 1.4
- 1.5
- nightly
notifications:
email: false
Expand All @@ -30,7 +30,7 @@ jobs:
fast_finish: true
include:
- stage: "Documentation"
julia: 1.4
julia: 1.5
os: linux
install:
# mkdocs-material isn't available at the default py2 on travis-ci for now
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 = "GmshTools"
uuid = "82e2f556-b1bd-5f1a-9576-f93c0da5f0ee"
authors = ["Pengcheng Shi"]
version = "0.4.1"
version = "0.4.2"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

2 comments on commit f091ca1

@shipengcheng1230
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/18949

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.2 -m "<description of version>" f091ca10a407ee9bf731c295b180f7863cbea770
git push origin v0.4.2

Please sign in to comment.