Skip to content

Commit

Permalink
update version to 0.7.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Feb 19, 2024
1 parent f866f7c commit d273b87
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[<img src="_media/logo_light.png" alt="logo" width="200"/>](/)

# [**euchre-cli** **<small>0.7.0b1</small>**](/)
# [**euchre-cli** **<small>0.7.0</small>**](/)

> Play euchre in your terminal.
Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ and this project adheres to

## Unreleased

## [0.7.0] - 2024-02-19

### Added

- Add pre-commit hooks
- Support for python versions 3.11 and 3.12

### Updated

- Replace Travis CI build system with GitHub Actions
- Replace Setup.py with pyproject.toml built with flit
- Rename `euchre` dir to `src`
- Move `euchre` dir into `src`
- Rename `src/euchre.py` to `src/root.py`
- Cleanup code formatting

### Removed

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Start playing euchre in your terminal.

> Note: The latest version of **euchre-cli** is compatible with `python 3.8+`
> Note: The latest version of **euchre-cli** is compatible with `python 3.10+`
> on macOS, Windows, and Linux.
Install with pip.
Expand Down
2 changes: 1 addition & 1 deletion src/euchre/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Play euchre in your terminal."""

# release version
__version__ = "0.7.0b1"
__version__ = "0.7.0"

0 comments on commit d273b87

Please sign in to comment.