Skip to content

Commit bd2867a

Browse files
committed
v0.4.4
1 parent 9a8ef84 commit bd2867a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockBandedMatrices"
22
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3-
version = "0.4.3"
3+
version = "0.4.4"
44

55
[deps]
66
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ environment:
22
matrix:
33
- julia_version: 0.7
44
- julia_version: 1
5+
- julia_version: 1.1
6+
- julia_version: 1.2
57
- julia_version: nightly
68

79
platform:

0 commit comments

Comments
 (0)