Skip to content

Commit 14a13f9

Browse files
committed
bump version to v3.0.0a2
1 parent 98300ab commit 14a13f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
- Nothing.
6+
7+
## v3.0.0a2 (2024-01-02)
8+
59
- Fix bug on first run of `organize new`. Create the organize config directory if it
610
does not exist. (thanks @white-gecko)
711
- Adds action `hardlink`.

organize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.0.0a1"
1+
__version__ = "3.0.0a2"
22
__is_prerelease__ = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "organize-tool"
3-
version = "3.0.0a1"
3+
version = "3.0.0a2"
44
description = "The file management automation tool"
55
packages = [{ include = "organize" }]
66
authors = ["Thomas Feldmann <[email protected]>"]

0 commit comments

Comments
 (0)