Skip to content

Commit

Permalink
Remove support for Julia 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Aug 11, 2019
1 parent b59494a commit 80ce68a
Showing 1 changed file with 0 additions and 1 deletion.
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

3 comments on commit 80ce68a

@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 simple illustrative example.

Also:

  • Add support for ^.
  • Register value() for broadcast.
  • Soft deprecation of DataHR.
  • Add support for Project.toml.
  • Remove support for Julia 0.7.

@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 simple illustrative example.

Also:

Add support for ^.
Register value() for broadcast.
Soft deprecation of DataHR.
Add support for Project.toml.
Remove support for Julia 0.7.

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

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.1 -m "<description of version>" 80ce68ac85e2b0e4b0d7872f5751585ef9e62827
git push origin v0.3.1

Please sign in to comment.