From 2c0cf55b4501f5663a9610762f72da92ac908623 Mon Sep 17 00:00:00 2001 From: matograine <tom.ngr@zaclys.net> Date: Wed, 22 Jan 2020 19:54:58 +0100 Subject: [PATCH] v0.7.4 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- silkaj/constants.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93aed15e..80a6ac93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.4 (22nd january 2019) +# 273 : Bug Fix for broken authfile importation. +- use regex from Duniterpy + ## v0.7.3 (25th July 2019) #239: Bug fix release for broken successives transactions due to wrongly calculated pending inputs: - remove already used inputs: restore previous behaviour which haven’t been kept the same during the migration diff --git a/pyproject.toml b/pyproject.toml index 1ff989e6..f6bb54cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "silkaj" -version = "0.7.1" +version = "0.7.4" description = "Powerfull, lightweight, and multi-platform command line client written with Python for Duniter’s currencies: Ğ1 and Ğ1-Test." authors = ["Moul <moul@moul.re>"] maintainers = ["Moul <moul@moul.re>"] diff --git a/silkaj/constants.py b/silkaj/constants.py index f7deaae0..236e94ce 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License along with Silkaj. If not, see <https://www.gnu.org/licenses/>. """ -SILKAJ_VERSION = "0.7.3" +SILKAJ_VERSION = "0.7.4" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443" -- GitLab