Skip to content

Commit

Permalink
Add support for Project.toml
Browse files Browse the repository at this point in the history
Also:
 -Deprecate REQUIRE file.
 -Remove support for Julia < 1.0.
  • Loading branch information
ma-laforge committed Jun 9, 2019
1 parent a5847d8 commit 38f1225
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- nightly
matrix:
Expand Down
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name = "GracePlot"
uuid = "7eab9655-7a32-54b9-bc77-719f19b65607"
version = "0.3.2"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The ARRANGE command appears to cause [crashes/logouts](CrashIssues.md) on certai

Extensive compatibility testing of GracePlot.jl has not been performed. The module has been tested using the following environment(s):

- Linux / Julia-0.7.0 / Grace-5.1.25.
- Linux / Julia-1.1.1 / Grace-5.1.25.

## Disclaimer

Expand Down
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

2 comments on commit 38f1225

@ma-laforge
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 register

Release notes:

Add support for Project.toml

Also:
-Deprecate REQUIRE file.
-Remove support for Julia < 1.0.

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

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 v0.3.2 -m "<description of version>" 38f1225d7596d5e3c032e890ff4e93b5da30a3fc
git push origin v0.3.2

Please sign in to comment.