Skip to content

Commit

Permalink
bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Oct 27, 2023
1 parent 25b6e63 commit 2ee3e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to

## [Unreleased]

## [v1.2.0] - 2023-10-27

### Added

- `README`: `FAQ` - Add faq statement about slow collection imports.
Expand Down
2 changes: 1 addition & 1 deletion src/meeple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Local board game collection manager. Powered by BoardGameGeek."""

# release version
__version__ = "1.2.0b3"
__version__ = "1.2.0"

0 comments on commit 2ee3e20

Please sign in to comment.