Skip to content

Commit 9d4a1a2

Browse files
committed
test on Julia 1.4, tag release
1 parent 50a727f commit 9d4a1a2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- osx
55
julia:
66
- 1.0
7-
- 1.3
7+
- 1.4
88
- nightly
99
notifications:
1010
email: false

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
BioStructures.jl release notes
22
==============================
33

4+
## v0.9.3 - Mar 2020
5+
6+
* Change compatibility bounds for new RecipesBase.jl release.
7+
48
## v0.9.2 - Feb 2020
59

610
* Improvements to performance throughout the package. Some functions are made up to 5 times faster.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BioStructures"
22
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
33
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
4-
version = "0.9.2"
4+
version = "0.9.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)