Skip to content

Commit

Permalink
Allow for StatsFuns 0.9 and prepare for new bugfix release (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored and ararslan committed Nov 8, 2019
1 parent c97277b commit e4eea6e
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 = "GLM"
uuid = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
version = "1.3.3"
version = "1.3.4"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -24,7 +24,7 @@ RDatasets = "0.5, 0.6"
Reexport = "0.1, 0.2"
SpecialFunctions = "0.6, 0.7, 0.8"
StatsBase = "0.30, 0.31, 0.32"
StatsFuns = "0.6, 0.7, 0.8"
StatsFuns = "0.6, 0.7, 0.8, 0.9"
StatsModels = "0.6"
julia = "1"

Expand Down

2 comments on commit e4eea6e

@ararslan
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/5216

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.4 -m "<description of version>" e4eea6e4d0e9bdd9fed82d55eee73d9cde4df2a4
git push origin v1.3.4

Please sign in to comment.