diff --git a/readme.md b/readme.md index 2b1a083..736cd3f 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,7 @@ Please have a look at the [documentation overview](docs/index.md) to begin using **Already implemented features** - List entries (filterable) +- Show the content of an entry - Add new entries - Delete entries - Mark existing entries as read @@ -21,5 +22,4 @@ Please have a look at the [documentation overview](docs/index.md) to begin using **Missing features** -- Show entry - Curses interface for interactive use diff --git a/wallabag/wallabag.py b/wallabag/wallabag.py index 668d7dc..ee0dbed 100755 --- a/wallabag/wallabag.py +++ b/wallabag/wallabag.py @@ -16,7 +16,7 @@ import wallabag_show import wallabag_update -PROGRAM_VERSION = "0.6.0-alpha" +PROGRAM_VERSION = "0.7.0-alpha" command = None need_config = False