Skip to content

Commit

Permalink
Merge pull request #91 from juliangehring/develop
Browse files Browse the repository at this point in the history
Release v2.3.3
  • Loading branch information
juliangehring committed Jul 12, 2021
2 parents f081ea9 + 8d8d9e0 commit ebec96f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Bootstrap.jl News and Changes

## Version 2.3.3

### Changes

- Extend supported versions of `Distributions` to v0.25.


## Version 2.3.2

### Changes
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
license = "MIT"
authors = "Julian Gehring"
repository = "https://github.com/juliangehring/Bootstrap.jl"
version = "2.3.2"
version = "2.3.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -15,7 +15,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
DataFrames = "0.19, 0.20, 0.21, 0.22, 1"
Distributions = "0.23, 0.24"
Distributions = "0.23, 0.24, 0.25"
GLM = "1.3"
StatsBase = "0.33"
StatsModels = "0.6"
Expand Down

2 comments on commit ebec96f

@juliangehring
Copy link
Owner 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/40748

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 v2.3.3 -m "<description of version>" ebec96f517091d3bbe983111660789c6efdd36d2
git push origin v2.3.3

Please sign in to comment.