Skip to content
Snippets Groups Projects
Commit 2c0cf55b authored by matograine's avatar matograine
Browse files

v0.7.4

parent 402c6c14
No related branches found
No related tags found
1 merge request!119#273 : 0.7.4 regexp
Pipeline #7799 passed
## v0.7.4 (22nd january 2019)
# 273 : Bug Fix for broken authfile importation.
- use regex from Duniterpy
## v0.7.3 (25th July 2019) ## v0.7.3 (25th July 2019)
#239: Bug fix release for broken successives transactions due to wrongly calculated pending inputs: #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 - remove already used inputs: restore previous behaviour which haven’t been kept the same during the migration
......
[tool.poetry] [tool.poetry]
name = "silkaj" 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." 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>"] authors = ["Moul <moul@moul.re>"]
maintainers = ["Moul <moul@moul.re>"] maintainers = ["Moul <moul@moul.re>"]
......
...@@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License ...@@ -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/>. along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
""" """
SILKAJ_VERSION = "0.7.3" SILKAJ_VERSION = "0.7.4"
G1_SYMBOL = "Ğ1" G1_SYMBOL = "Ğ1"
GTEST_SYMBOL = "ĞTest" GTEST_SYMBOL = "ĞTest"
G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443" G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment