Skip to content

Commit

Permalink
bump version to v3.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Jan 2, 2024
1 parent 98300ab commit 14a13f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

- Nothing.

## v3.0.0a2 (2024-01-02)

- Fix bug on first run of `organize new`. Create the organize config directory if it
does not exist. (thanks @white-gecko)
- Adds action `hardlink`.
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.0a1"
__version__ = "3.0.0a2"
__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.0a1"
version = "3.0.0a2"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
Expand Down

0 comments on commit 14a13f9

Please sign in to comment.