diff --git a/NEWS b/NEWS index 342e0096..012d73ed 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 2.3.0 (unreleased) +* Version 2.3.0 (released 2015-11-20) ** Re-schedule timer each time period based on system time to prevent Qt timer drift. ** Clear password memory cache on minimize to prevent accidentally leaving the diff --git a/yubioath/__init__.py b/yubioath/__init__.py index be10732b..526c09c9 100644 --- a/yubioath/__init__.py +++ b/yubioath/__init__.py @@ -24,4 +24,4 @@ # non-source form of such a combination shall include the source code # for the parts of OpenSSL used as well as that of the covered work. -__version__ = "2.3.0-dev0" +__version__ = "2.3.0"