Skip to content

Commit

Permalink
Bump to 0.10-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRender00 committed Jun 18, 2023
1 parent 31b96ab commit 3a0d437
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 293 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A python package for Texas Hold 'Em Poker providing:

| Version Name | Latest Tag | Release Notes | Patch Notes | Documentation | Release Date | End Support Date |
| ------------ | ---------- | ------------- | ----------- | ------------- | ------------ | ---------------- |
| 0.10 | v0.10.0-alpha.0 | [Release Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.10-alpha.0) | [Patch Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.10-alpha.0) | [Documentation](https://texasholdem.readthedocs.io/en/0.10/) | 18 June 2023 | |
| 0.9 | v0.9.0 | [Release Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.9.0) | [Patch Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.9.0) | [Documentation](https://texasholdem.readthedocs.io/en/0.9/) | 14 March 2023 | |
| 0.8 | v0.8.1 | [Release Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.8.0) | [Patch Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.8.1) | [Documentation](https://texasholdem.readthedocs.io/en/0.8/) | 6 November 2022 | 30 June 2023 |
| 0.7 | v0.7.3 | [Release Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.7.0) | [Patch Notes](/~https://github.com/SirRender00/texasholdem/releases/tag/v0.7.3) | [Documentation](https://texasholdem.readthedocs.io/en/0.7/) | 16 April 2022 | 30 June 2023 |
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog-0.10-alpha.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Changes in 0.10-alpha.0
==========================

Features
---------
- New method :class:`~texasholdem.game.game.TexasHoldEm.copy` which will construct a copy of the game state.
- Added available actions printing in the TextGUI.
2 changes: 1 addition & 1 deletion docs/changelog-0.9.0.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Development
Changes in 0.9.0
==========================

Features
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Evyn Machi"

# The full version, including alpha/beta/rc tags
release = "v0.9.0"
release = "v0.10-alpha.0"


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions docs/development.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
Development
==========================

Features
---------

- Added available actions printing in the TextGUI
550 changes: 265 additions & 285 deletions poetry.lock

Large diffs are not rendered by default.

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 = "texasholdem"
version = "0.9.0"
version = "0.10-alpha.0"
description = "A texasholdem python package"
authors = ["Evyn Machi <evyn.machi@gmail.com>"]
keywords = ['texasholdem', 'holdem', 'poker']
Expand Down

0 comments on commit 3a0d437

Please sign in to comment.