From d73b4c723884153daea84032e16e3e278a206ee6 Mon Sep 17 00:00:00 2001 From: EggPool Date: Thu, 13 Jun 2019 13:42:41 +0200 Subject: [PATCH] Bump version --- History.md | 13 +++++++++++++ README.md | 2 +- wallet/wallet.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 5209118..58693b9 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,18 @@ # History +## 0.1.19 - 2019-06-13 + +First "stable" release, packaged. +- support for encrypted wallet imports +- update to crystals +- new apis +- message encrypt/decrypt +- many bugfixes and gui tweaks + +## 0.1.0 - 2019-03-20 + +First useable "beta" release + ## 0.0.65 - 2018-12-11 Incremental fixes to wallet creation location and small template tweak. diff --git a/README.md b/README.md index 2b9cd01..d272e65 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Python/HTML Wallet based upon the Tornado framework. First stable release, still work ongoing, but useable and nice looking! -# First stable version 0.1.9 +# First stable version 0.1.19 Goal is to re-use the existing python code for behind the scene heavy lifting, but leverage HTML/JS flexibility for GUI. diff --git a/wallet/wallet.py b/wallet/wallet.py index 1acefea..9b0bbb1 100644 --- a/wallet/wallet.py +++ b/wallet/wallet.py @@ -39,7 +39,7 @@ from modules.crystals import CrystalManager from modules import i18n # helps pyinstaller, do not remove -__version__ = "0.1.18b" +__version__ = "0.1.19" define("port", default=8888, help="run on the given port", type=int) define(