Skip to content

Commit

Permalink
bump version to v3.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Jan 1, 2024
1 parent 2b42fda commit 8a66846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## WIP
## v3.0.0a1 (2024-01-01)

- Default to UTF-8 encoding when reading and writing config files for windows users
who don't use python in UTF-8 mode (env variable `PYTHONUTF8=1`).
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.0.0a0"
__version__ = "3.0.0a1"
__is_prerelease__ = True
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 = "organize-tool"
version = "3.0.0a0"
version = "3.0.0a1"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
Expand Down

0 comments on commit 8a66846

Please sign in to comment.