Skip to content

Commit

Permalink
require Julia v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Dec 31, 2021
1 parent 31bb7f6 commit 876de6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1'
os:
- ubuntu-latest
Expand Down
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
==============================

## v1.2.0 - Dec 2021

* `firstindex` and `lastindex` are defined for structural elements, contact maps and distance maps. This allows `begin` and `end` to be used in indexing expressions.
* Support for Julia versions before 1.6 is dropped.

## v1.1.0 - Nov 2021

* The `chainid!` function is added, allowing the chain ID of a chain or residue to be changed. The new `PDBConsistencyError` is thrown when this would give an inconsistent structural state.
Expand Down
8 changes: 4 additions & 4 deletions 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 <jgreener@hotmail.co.uk>"]
version = "1.1.0"
version = "1.2.0"

[deps]
BioAlignments = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
Expand Down Expand Up @@ -29,12 +29,12 @@ BioSymbols = "4, 5"
CodecZlib = "0.6, 0.7"
DataFrames = "0.19, 0.20, 0.21, 0.22, 1.0"
Downloads = "1"
Format = "~1.1, 1.3"
Format = "1.3"
Graphs = "1"
MMTF = "0.1, 1"
MMTF = "1"
MetaGraphs = "0.7"
RecipesBase = "0.7, 0.8, 1.0"
julia = "1.3"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

2 comments on commit 876de6b

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

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 v1.2.0 -m "<description of version>" 876de6bf928546bf9710c0b14965866eec64a383
git push origin v1.2.0

Please sign in to comment.