Skip to content

Commit

Permalink
set version 0.7.2
Browse files Browse the repository at this point in the history
compat with Stipple 0.12
  • Loading branch information
hhaensel committed Apr 26, 2021
1 parent af87ea6 commit 8e44403
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
@@ -1,7 +1,7 @@
name = "StippleCharts"
uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777"
authors = ["Adrian Salceanu <e@essenciary.com>"]
version = "0.7.1"
version = "0.7.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
[compat]
DataFrames = "0.20, 0.21, 0.22, 1.0"
Genie = "^1.17"
Stipple = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
Stipple = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 8e44403

@hhaensel
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/35361

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.7.2 -m "<description of version>" 8e44403be71fb388b807e198fbd4736996d21c17
git push origin v0.7.2

Please sign in to comment.