Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Nov 10, 2020
1 parent e409943 commit 144135f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
BioStructures.jl release notes
==============================

## v0.11.6 - Nov 2020

* Change compatibility bounds for new Format.jl release.

## v0.11.5 - Oct 2020

* Some mmCIF files, such as the chemical component dictionary from the PDB, contain multiple data blocks. These can now be read in to a `Dict{String, MMCIFDict}` with `readmultimmcif` and written out with `writemultimmcif`.
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 = "0.11.5"
version = "0.11.6"

[deps]
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
Expand Down

2 comments on commit 144135f

@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/24418

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 v0.11.6 -m "<description of version>" 144135fbabf976aa671ed9b12e46f89d83a6ed23
git push origin v0.11.6

Please sign in to comment.