Skip to content

Commit

Permalink
Merge pull request #287 from JuliaOpt/aa/housekeeping
Browse files Browse the repository at this point in the history
Drop 0.7, add version to Project.toml, misc housekeeping
  • Loading branch information
ararslan authored May 8, 2019
2 parents 88dd337 + a5d2ddb commit fe36682
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 22 deletions.
19 changes: 6 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
language: julia
os:
- linux
- osx
- linux
- osx
julia:
- 0.7
- 1.0
- 1.0
- 1.1
notifications:
email: false
sudo: false
addons:
apt_packages:
- gfortran
- liblapack-dev
- libgmp-dev
- libglpk-dev
email: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Convex"
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
version = "0.12.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -8,9 +9,9 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MathProgBase = "0.7"
OrderedCollections = ">=1.0.0"
julia = "0.7, 1.0"
MathProgBase = "^0.7"
OrderedCollections = "^1.0"
julia = "^1.0"

[extras]
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
Expand Down
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

3 changes: 0 additions & 3 deletions test/REQUIRE

This file was deleted.

2 comments on commit fe36682

@ararslan
Copy link
Contributor 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/626

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

Please sign in to comment.