Skip to content

Commit

Permalink
Bump to 0.10-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRender00 committed Jun 19, 2023
1 parent 590b1c2 commit 312fdbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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.10 | v0.10.0-alpha.1 | [Release Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.10-alpha.1) | [Patch Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.10-alpha.1) | [Documentation](https://texasholdem.readthedocs.io/en/0.10/) | 19 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in 0.10-alpha.0
Changes in 0.10-alpha.1
==========================

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.10-alpha.0"
release = "v0.10-alpha.1"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10-alpha.0"
version = "0.10-alpha.1"
description = "A texasholdem python package"
authors = ["Evyn Machi <[email protected]>"]
keywords = ['texasholdem', 'holdem', 'poker']
Expand Down

0 comments on commit 312fdbb

Please sign in to comment.