Skip to content

Commit

Permalink
chore(release): v3.0.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzou685 authored Oct 31, 2022
1 parent 2c8f305 commit 4ed905a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v3.0.0 - 2022-10-31
----------------------

Feature:
* [#61](https://github.com/godaddy/sample-size/pull/61) - support sample size calculation for one-sided test and update documentation


v2.0.3 - 2022-09-27
----------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sample-size"
version = "2.0.3"
version = "3.0.0"
description = "A python module implementing power analysis to estimate sample size"
authors = []
include = ["CHANGELOG.md", "README.md"]
Expand Down

0 comments on commit 4ed905a

Please sign in to comment.