From ae6fe52643ab26e04865a1a9071b9ad874199bf0 Mon Sep 17 00:00:00 2001 From: Tristan Seligmann Date: Fri, 4 Sep 2015 06:50:17 +0200 Subject: [PATCH] Bump version number and update changelog. --- NEWS.txt | 13 ++++++++++--- xmantissa/_version.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 8fae20d..f0e66ba 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,10 @@ +0.8.2 (2015-09-04): + - Fix a major issue with the last few releases which resulted in a number of + static files not being installed and/or missing from the source tarball. + - Somewhat related to the previous issue, the tests no longer fail when + running from an installed copy due to the documentation / examples being + missing (these are not installed into site-packages). + 0.8.1 (2015-07-20): - Fix some issues with the new StringEndpointPort which, among other things, rendered it completely broken. @@ -43,8 +50,8 @@ the introduction of the new IWebViewer interface. Shared items may now provide non-live adapters and IResource adapters. - Pluggable AMP server added based on the AMP routing facilities in - Epsilon. - + Epsilon. + 0.6.20 (2008-08-12): - Mugshot thumbnail generation: avoid aliasing paletted and bicolor images. - Better support for IRIs. @@ -59,7 +66,7 @@ - 'axiomatic port' command added for general listening-port configuration. - IPublicPage is now deprecated, in favor of using the sharing - system for providing public pages from app stores. + system for providing public pages from app stores. 0.6.19 (2008-02-19): - The Mantissa People mugshot placeholder image has been updated and diff --git a/xmantissa/_version.py b/xmantissa/_version.py index 8088f75..deded32 100644 --- a/xmantissa/_version.py +++ b/xmantissa/_version.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2"