Skip to content

Commit

Permalink
Release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Jan 5, 2025
1 parent f37b29d commit f995e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.7.0 – 2025-01-05

- Implement settings window

## 1.6.0 – 2025-01-03

- Increase max number of cards
Expand Down
2 changes: 1 addition & 1 deletion blackjack_gui/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 6
MINOR = 7
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit f995e4b

Please sign in to comment.