Skip to content

Commit

Permalink
CompatHelper: bump compat for "RecipesPipeline" to "0.4" (#463)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "RecipesPipeline" to "0.4"

* Increment patch number

* Stop testing 32-bit binaries on os x

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
github-actions[bot] and sethaxen authored Sep 9, 2021
1 parent 1eb040d commit 6a0ee14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
arch:
- x64
- x86
# 32-bit Julia binaries are not available on macOS
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "StatsPlots"
uuid = "f3b207a7-027a-5e70-b257-86293d7955fd"
version = "0.14.26"
version = "0.14.27"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down Expand Up @@ -32,7 +32,7 @@ MultivariateStats = "0.7, 0.8"
Observables = "0.2.2, 0.3, 0.4"
Plots = "0.28, 0.29, 1.0"
RecipesBase = "0.6, 0.7, 0.8, 1"
RecipesPipeline = "0.1.6, 0.2, 0.3"
RecipesPipeline = "0.1.6, 0.2, 0.3, 0.4"
Reexport = "0.2, 1.0"
StatsBase = "0.32, 0.33"
TableOperations = "0.2, 0.3, 1.0"
Expand Down

2 comments on commit 6a0ee14

@sethaxen
Copy link
Member

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/44571

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.14.27 -m "<description of version>" 6a0ee14035e1448333f7a2119c6350b6f5b53a40
git push origin v0.14.27

Please sign in to comment.