generated from delameter/skeleton-python3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💎 REFACTOR: verbose logging
- Loading branch information
Showing
31 changed files
with
243 additions
and
8,568 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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
#🌱 NEW: | ||
#🐞 FIX: | ||
#💎 REFINE: | ||
#💎 REFACTOR: | ||
|
||
#🔩 ADJUST: | ||
#🙈 BULK: | ||
#🍒 CHERRYPICK: | ||
#♻️ CI/CD: | ||
#⌛ DRAFT: | ||
#📙 DOCS: | ||
#🚧 INIT | ||
#⛔ LOCAL: | ||
#🔧 MAINTAIN: | ||
#🚀 RELEASE: | ||
#❌ REMOVAL: | ||
#☢️ REVERT: | ||
#❌ REMOVAL: | ||
#💡 RESEARCH: | ||
#💥 REWORK: | ||
#🔨 SQUASH: [00] | ||
|
@@ -24,8 +24,8 @@ | |
|
||
|
||
##----------------------------------------------------------------------------- | ||
#@ es7s/gitmessage rev. 15 es7s projects commit message templates | ||
## Apr-2022 A. Shavykin <[email protected]> | ||
#@ es7s/gitmessage rev. 16 es7s projects commit message templates | ||
## Jul-2022 A. Shavykin <[email protected]> | ||
##----------------------------------------------------------------------------- | ||
## To make git use new commit template run (in repo's directory): | ||
## | ||
|
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
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 |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
# (c) 2022-2023 A. Shavykin <[email protected]> | ||
# ----------------------------------------------------------------------------- | ||
|
||
from ._version import __version__ | ||
from ._version import __version__, __updated__ | ||
|
||
APP_NAME = "macedon" | ||
APP_VERSION = __version__ | ||
APP_UPDATED = __updated__ |
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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
# (c) 2022-2023 A. Shavykin <[email protected]> | ||
# ----------------------------------------------------------------------------- | ||
|
||
__version__ = "0.11.0" | ||
__version__ = "0.12.0" | ||
__updated__ = "2023-11-09 14:09:23+03:00" |
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
Oops, something went wrong.