Skip to content

Commit

Permalink
Version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 21, 2021
1 parent e667a18 commit fc53c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ColorVectorSpace"
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
version = "0.9.6"
version = "0.9.7"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ by using `ColorVectorSpace.Future.abs2(c)`.

We anticipate the following transition schedule:

- Sept 20, 2021: release ColorVectorSpace 0.9.6 with both `abs2` and `Future.abs2`.
- Sept 21, 2021: release ColorVectorSpace 0.9.7 with both `abs2` and `Future.abs2`.
`abs2` will have a "quiet" deprecation warning (visible with `--depwarn=yes`
or when running `Pkg.test`)
- Jan 1, 2022: make the deprecation warning "noisy" (cannot be turned off).
Expand Down

2 comments on commit fc53c55

@timholy
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/45271

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.9.7 -m "<description of version>" fc53c5504c6917ea02bb05308c372451068dcada
git push origin v0.9.7

Please sign in to comment.