Skip to content

Commit

Permalink
Merge pull request #107 from juliangehring/develop
Browse files Browse the repository at this point in the history
Release v4.2.0
  • Loading branch information
juliangehring committed Nov 5, 2023
2 parents 903bf62 + 58432cd commit 092b1ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Bootstrap.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2014-2019: Julian Gehring.
> Copyright (c) 2014-2023: Julian Gehring.
>
> Copyright (c) 2014-2016: Nikolaos Ignatiadis.
>
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Changes

- Extend compatibility for `Statistics`, `StatsBase` and `StatsModels`.
- Extend compatibility for `Statistics`, `StatsBase`, `StatsModels` and `Random`.
- Clarify return value of `confint`. Contributed by Hector Perez (@hdavid16) (#95).
- Update docstrings. Contributed by Hector Perez (@hdavid16) (#95).
- Update doc strings. Contributed by Hector Perez (@hdavid16) (#95).
- Update documentation.


Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
DataFrames = "0.19, 0.20, 0.21, 0.22, 1"
Distributions = "0.23, 0.24, 0.25"
GLM = "1.3"
Random = "<0.0.1, 1"
Statistics = "1"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
Expand Down

2 comments on commit 092b1ec

@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 updated: JuliaRegistries/General/94769

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.4.0 -m "<description of version>" 092b1ecaff8320fa461079bd0cfa4cb1f6d44195
git push origin v2.4.0

Please sign in to comment.