Skip to content

Commit 1d934fb

Browse files
committed
test on Julia v1.0
1 parent 59ea559 commit 1d934fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 1.1
6+
- 1.0
77
- 1.4
88
- nightly
99
notifications:

NEWS.md

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

4-
## v0.11.0 - May 2020
4+
## v0.11.0 - Jun 2020
55

6-
* The required versions of BioSequences and BioAlignments are updated to version 2 of each, with support for earlier versions being dropped. `AminoAcidSequence` is hence renamed to `LongAminoAcidSeq`.
6+
* The required versions of BioSequences.jl and BioAlignments.jl are updated to v2 of each, with support for earlier versions being dropped. `AminoAcidSequence` is hence renamed to `LongAminoAcidSeq`.
77
* `threeletter_to_aa`, a lookup table of amino acids, is re-exported from BioSymbols.
88

99
## v0.10.1 - May 2020

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.1
3+
- julia_version: 1.0
44
- julia_version: 1
55
- julia_version: nightly
66

0 commit comments

Comments
 (0)