From 2c681faea21069f9323f3fba01c2855dc9c09e77 Mon Sep 17 00:00:00 2001 From: PeterSilva Date: Sat, 17 Apr 2021 03:42:44 -0400 Subject: [PATCH] release prep v2.21.04 --- debian/changelog | 10 +++------- doc/UPGRADING.rst | 10 ++++++++++ sarra/__init__.py | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe64328c9..c2c80daf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,7 @@ -metpx-sarracenia (2.21.03post2) stable; urgency=medium - - *bugfix running on windows... again for #47, but not resolving #47 - - -- Peter Silva Tue, 23 Mar 2021 13:33:39 -0400 - -metpx-sarracenia (2.21.03p1) stable; urgency=medium +metpx-sarracenia (2.21.04) stable; urgency=medium + * bugfix for regression, failure to use BASIC authentication on https sites. + * bugfix running on windows... again for #47, but not resolving #47 * bugfix... problem reported in #47, but not resolving #47. -- Peter Silva Sat, 20 Mar 2021 23:14:34 -0400 diff --git a/doc/UPGRADING.rst b/doc/UPGRADING.rst index 0b7ef730b..1edcd73d5 100644 --- a/doc/UPGRADING.rst +++ b/doc/UPGRADING.rst @@ -36,6 +36,16 @@ Installation Instructions git --- +2.21.04 +------- + +fixes regression, from previous release. + +2.21.03 +------- + +*BUG* does not retrieve from web sites with passwords (https BASIC authentication broken) + 2.20.07 ------- diff --git a/sarra/__init__.py b/sarra/__init__.py index 02f6e9422..37aade38b 100755 --- a/sarra/__init__.py +++ b/sarra/__init__.py @@ -25,4 +25,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -__version__ = "2.21.03post2" +__version__ = "2.21.04"