Skip to content

Commit

Permalink
bump version to 1.4.0, update appveyor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 13, 2019
1 parent 84c7784 commit 7ab2c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Cubature"
uuid = "667455a9-e2ce-5579-9412-b964f529a492"
version = "1.4.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.1
- julia_version: nightly

platform:
Expand Down

2 comments on commit 7ab2c91

@stevengj
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 register

@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/1995

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.0 -m "<description of version>" 7ab2c91de3f877feb3565efa85c6d4c199b6555f
git push origin v1.4.0

Please sign in to comment.