Skip to content

Commit

Permalink
build: prep for v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peaky76 committed May 8, 2023
1 parent bd0fbbe commit 18f248e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The versioning refers to the versions on pypi

## [0.6.2] (2023-05-08)

#### Fixes

- make `Odds.__repr__` class specific
- allow `Odds.probability` and `Odds.percentage` class methods to operate at "never" and "always" extremes

#### Others

- add ruff

## [0.6.1] (2023-05-05)

#### Fixes
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 = "pybet"
version = "0.6.1"
version = "0.6.2"
description = "A library of betting utilities to assist with calculation of bets, stakes and markets"
license = "GPL-3.0-only"
authors = ["Robert Peacock <robertjamespeacock@gmail.com>"]
Expand Down

0 comments on commit 18f248e

Please sign in to comment.