Skip to content

Commit 45920c7

Browse files
authored
bump versions, recipes base (#340)
1 parent 30d2baa commit 45920c7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ julia:
77
- 1.1
88
- 1.2
99
- 1.3
10+
- 1.4
1011
- nightly
1112
matrix:
1213
allow_failures:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SymPy"
22
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
3-
version = "1.0.18"
3+
version = "1.0.19"
44

55

66
[deps]
@@ -11,7 +11,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1111

1212
[compat]
1313
PyCall = "1.91"
14-
RecipesBase = "0.7"
14+
RecipesBase = "0.7, 1.0"
1515
SpecialFunctions = "0.8, 0.9, 0.10"
1616
julia = "1.0"
1717

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
- julia_version: 1.1
55
- julia_version: 1.2
66
- julia_version: 1.3
7+
- julia_version: 1.4
78
- julia_version: latest
89

910
platform:

0 commit comments

Comments
 (0)