Skip to content

Commit

Permalink
update news, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Feb 16, 2023
1 parent e1190bd commit bc70e73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BioStructures"
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
authors = ["Joe G Greener <[email protected]>"]
version = "1.2.1"
version = "2.0.0"

[deps]
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
Expand Down
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ makedocs(
]
)

deploydocs(repo="github.com/BioJulia/BioStructures.jl.git")
deploydocs(
repo="github.com/BioJulia/BioStructures.jl.git",
push_preview=true,
)

2 comments on commit bc70e73

@jgreener64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/78027

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.0 -m "<description of version>" bc70e73e596c63e72dc809ce3c3930ef2bd554f3
git push origin v2.0.0

Please sign in to comment.