-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix release 0.2.1, repair broken fsio import
- Loading branch information
1 parent
d0e1688
commit 26d27c8
Showing
5 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "synophotos" | ||
authors = [{ name = "fortysix2ahead", email = "[email protected]" }] | ||
maintainers = [{ name = "fortysix2ahead", email = "[email protected]" }] | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "Command Line Interface Client for Synology Photos" | ||
readme = "README.md" | ||
keywords = ["synology", "photos", "terminal", "cli", "command line"] | ||
|
@@ -54,15 +54,15 @@ requires = ["flit_core >=3.2,<4"] | |
build-backend = "flit_core.buildapi" | ||
|
||
[tool.bumpver] | ||
current_version = "0.2.0" | ||
current_version = "0.2.1" | ||
version_pattern = "MAJOR.MINOR.PATCH[-INC0]" | ||
commit_message = "Increased version from {old_version} to {new_version}" | ||
tag_message = "rel-{new_version}" | ||
tag_scope = "default" | ||
pre_commit_hook = "" | ||
post_commit_hook = "" | ||
commit = true | ||
tag = true | ||
commit = false | ||
tag = false | ||
push = false | ||
|
||
[tool.bumpver.file_patterns] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.