Skip to content

Commit

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

* v0.12.2

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Sep 10, 2020
1 parent 5981c61 commit 883f048
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,6 +1,6 @@
name = "ApproxFun"
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
version = "0.12.1"
version = "0.12.2"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -24,7 +24,7 @@ ApproxFunFourier = "0.2.5"
ApproxFunOrthogonalPolynomials = "0.3.5"
ApproxFunSingularities = "0.1.3, 0.2"
Calculus = "0.5"
DomainSets = "0.3"
DomainSets = "0.3, 0.4"
DualNumbers = "0.6.2"
FFTW = "1"
FastTransforms = "0.10"
Expand Down

2 comments on commit 883f048

@dlfivefifty
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/21178

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.12.2 -m "<description of version>" 883f0482dd06db20d3a1ea2305fec9bd9fe750ea
git push origin v0.12.2

Please sign in to comment.