From bc70e73e596c63e72dc809ce3c3930ef2bd554f3 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Thu, 16 Feb 2023 15:27:23 +0000 Subject: [PATCH] update news, bump version --- NEWS.md | 5 +++++ Project.toml | 2 +- docs/make.jl | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 39f7db7..11b1361 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ BioStructures.jl release notes ============================== +## v2.0.0 - Feb 2023 + +* The required versions of BioSequences.jl and BioAlignments.jl are updated to v3 of each, with support for earlier versions being dropped. `LongAminoAcidSeq` is hence renamed to `LongAA`, an alias for `LongSequence{AminoAcidAlphabet}`. +* Fix bug in `pdbentrylist`. + ## v1.2.1 - Jan 2022 * Fix bug allowing reflections during structural superimposition. diff --git a/Project.toml b/Project.toml index 359b729..3d03c36 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioStructures" uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc" authors = ["Joe G Greener "] -version = "1.2.1" +version = "2.0.0" [deps] BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e" diff --git a/docs/make.jl b/docs/make.jl index aa2d903..4b44eba 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,4 +11,7 @@ makedocs( ] ) -deploydocs(repo="github.com/BioJulia/BioStructures.jl.git") +deploydocs( + repo="github.com/BioJulia/BioStructures.jl.git", + push_preview=true, +)