Skip to content

Commit

Permalink
build: prep for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaky76 committed Aug 12, 2023
1 parent d358716 commit 4d223fb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The versioning refers to the versions on pypi

## [0.8.0] (2023-08-12)

### New Features

- `Bet` class
- `.settle` method
- `.status` property

### Fixes

- `Market.derive` sets places on returned market

### Docs

- add `Bet` section for readthedocs

### Others

- test Market.derive ValueErrors

## [0.7.3] (2023-08-12)

### Docs
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "Pybet"
copyright = "2023, Robert Peacock"
author = "Robert Peacock"
release = "0.7.3"
release = "0.8.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.7.3"
version = "0.8.0"
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 4d223fb

Please sign in to comment.