Skip to content

Commit fe63347

Browse files
committed
bump version
1 parent 693bda7 commit fe63347

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

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

4+
## v1.0.0 - May 2021
5+
6+
* The ordering when sorting residues in a chain is changed from standard/hetero residue then residue number then insertion code to residue number then insertion code then standard/hetero residue. This makes in-chain hetero residues appear in the correct place in written PDB files.
7+
* Support for Julia versions before 1.3 is dropped.
8+
49
## v0.11.9 - Apr 2021
510

611
* Fix bug in expanding disordered residues before applying residue selectors.

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.11.9"
4+
version = "1.0.0"
55

66
[deps]
77
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"

0 commit comments

Comments
 (0)