From 7dcea368c07f9a5d3eb7a88220d56b4cee5cc15b Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Fri, 4 Jan 2019 00:01:11 +0100 Subject: [PATCH] [mod] remove 'silkaj' from version constant: update about, and release script --- release.sh | 2 +- silkaj/cli_tools.py | 2 +- silkaj/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index cadb586d..74b5f644 100755 --- a/release.sh +++ b/release.sh @@ -22,7 +22,7 @@ check_branch() { } update_version() { - sed -i "s/SILKAJ_VERSION = \"silkaj.*\"/SILKAJ_VERSION = \"silkaj $VERSION\"/" silkaj/constants.py + sed -i "s/SILKAJ_VERSION = \".*\"/SILKAJ_VERSION = \"$VERSION\"/" silkaj/constants.py sed -i "s/version=\".*\",/version=\"$VERSION\",/" setup.py git diff } diff --git a/silkaj/cli_tools.py b/silkaj/cli_tools.py index 2351f340..c97b263f 100644 --- a/silkaj/cli_tools.py +++ b/silkaj/cli_tools.py @@ -184,7 +184,7 @@ def about(): "\ \n @@@@@@@@@@@@@\ \n @@@ @ @@@\ -\n @@@ @@ @@@@@@ @@. ", +\n @@@ @@ @@@@@@ @@. Silkaj", SILKAJ_VERSION, "\ \n @@ @@@ @@@@@@@@@@@ @@,\ diff --git a/silkaj/constants.py b/silkaj/constants.py index b62aa686..5860b6eb 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,4 +1,4 @@ -SILKAJ_VERSION = "silkaj 0.6.1" +SILKAJ_VERSION = "0.6.1" NO_MATCHING_ID = "No matching identity" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" -- GitLab