From 3f8c326d00c2f3ac6cc119bcfd4f8d3d1e3d2f0e Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Sun, 11 Feb 2024 21:36:50 -0800 Subject: [PATCH] Remove warning that it might stop working, call it v0.14.2 --- README.md | 6 ------ vipaccess/version.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1949d52..d86c9bf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -| **IMPORTANT!** | -| -------------- | -| As of May 17, 2020, `python-vipaccess` stopped working for provisioning new Symantec VIP Access tokens (which was its raison d'ĂȘtre). | -| As of May 27, 2020, it's working again. | -| It might stop working again. and we might not be able to get it to work again [(see #39)](https://github.com/dlenski/python-vipaccess/issues/39#issuecomment-628741743) | - python-vipaccess ================ diff --git a/vipaccess/version.py b/vipaccess/version.py index f075dd3..745162e 100644 --- a/vipaccess/version.py +++ b/vipaccess/version.py @@ -1 +1 @@ -__version__ = "0.14.1" +__version__ = "0.14.2"