Skip to content

Commit

Permalink
bump to 0.7-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRender00 committed Apr 14, 2022
1 parent 050539d commit 067f528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.7-alpha | v0.7-alpha.0 | [Release Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.7-alpha.0) | [Patch Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.7-alpha.0) | [Documentation](https://texasholdem.readthedocs.io/en/latest/) | 10 April 2022 | |
| 0.7-alpha | v0.7-alpha.1 | [Release Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.7-alpha.0) | [Patch Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.7-alpha.1) | [Documentation](https://texasholdem.readthedocs.io/en/latest/) | 10 April 2022 | |
| 0.6 | v0.6.3 | [Release Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.0) | [Patch Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.6.3) | [Documentation](https://texasholdem.readthedocs.io/en/0.6/) | 24 March 2022 | |
| 0.5 | v0.5.2 | [Release Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.5.0) | [Patch Notes](https://github.com/SirRender00/texasholdem/releases/tag/v0.5.2) | [Documentation](https://texasholdem.readthedocs.io/en/0.5/) | 21 March 2022 | |

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

# The full version, including alpha/beta/rc tags
release = 'v0.7-alpha.0'
release = 'v0.7-alpha.1'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/guis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ dependencies by using the `curses <https://docs.python.org/3/library/curses.html
Below, we'll discuss the different usages of GUIs in general using the Text GUI which can be applied
to any future GUI.

.. warning::
The curses standard library module is only fully supported for Unix / Linux / MacOS. For Windows users,
the package will install an extra 3rd party dependency
`windows-curses <https://pypi.org/project/windows-curses/>`_ to make it compatible. Some features may not
be fully supported due to OS restrictions (e.g. resizing during the game).

Example Usage
^^^^^^^^^^^^^^^
To play with default settings where you can see every players' cards and take turns for each one::
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 = "texasholdem"
version = "0.7-alpha.0"
version = "0.7-alpha.1"
description = "A texasholdem python package"
authors = ["Evyn Machi <[email protected]>"]
keywords = ['texasholdem', 'holdem', 'poker']
Expand Down

0 comments on commit 067f528

Please sign in to comment.