Skip to content

Commit aa12155

Browse files
committed
🔖 Release 3.2.0
1 parent 0595c20 commit aa12155

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## Next release (3.2.0 ?) - ??? ??, 2025
3+
## 3.2.0 - Jul 05, 2025
44

55
* ✨ Allow to delete entry by ID [#56](https://github.com/llaumgui/seedboxsync/issues/56)
66
* ✨ Add monthly stats [#28](https://github.com/llaumgui/seedboxsync/issues/28)

seedboxsync/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from cement.utils.version import get_version as cement_get_version
1010

11-
VERSION = (3, 2, 0, 'beta', 1) # Change on seedboxsync/version.py, seedboxsync/core/version.py, and doc
11+
VERSION = (3, 2, 0, 'final', 0) # Change on seedboxsync/version.py, seedboxsync/core/version.py, and doc
1212

1313

1414
def get_version(version=VERSION):

seedboxsync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# file that was distributed with this source code.
77
#
88

9-
VERSION = (3, 2, 0, 'beta', 1) # Change on seedboxsync/version.py, seedboxsync/core/version.py, and doc
9+
VERSION = (3, 2, 0, 'final', 0) # Change on seedboxsync/version.py, seedboxsync/core/version.py, and doc
1010

1111

1212
def get_version(version: tuple = VERSION) -> str:

0 commit comments

Comments
 (0)