Skip to content

Commit

Permalink
Merge pull request #59 from invenia/mjr/memento-v1
Browse files Browse the repository at this point in the history
Add Memento v1
  • Loading branch information
mjram0s authored Apr 6, 2020
2 parents 1975cb7 + ad72a45 commit ca91064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "JLSO"
uuid = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11"
license = "MIT"
authors = ["Invenia Technical Computing Corperation"]
version = "2.3.0"
version = "2.3.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand All @@ -16,7 +16,7 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
BSON = "0.2.4"
CodecZlib = "0.6, 0.7"
FilePathsBase = "0.7, 0.8"
Memento = "0.10, 0.11, 0.12"
Memento = "0.10, 0.11, 0.12, 0.13, 1"
TimeZones = "0.9, 0.10, 0.11, 1"
julia = "0.7, 1.0"

Expand Down

2 comments on commit ca91064

@mjram0s
Copy link
Member Author

@mjram0s mjram0s commented on ca91064 Apr 6, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.3.1 -m "<description of version>" ca91064a060e36d08597ebc97001a633720b219d
git push origin v2.3.1

Please sign in to comment.