From 44bd06872ec7a014b8505b51357dd865b23a97cf Mon Sep 17 00:00:00 2001 From: petersilva Date: Sat, 25 Jan 2020 01:05:27 -0500 Subject: [PATCH] release 2.20.01b4 --- CHANGES.rst | 5 +++++ debian/changelog | 9 +++++++++ sarra/__init__.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8deb0c15d..f88afc704 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,11 @@ lists all changes between versions. **git repo** +**2.20.01b4** + + * there was some debug output in sr.py that snuck into the last release. removed. + * bugfix #300 when deciding whether to download use mtime from attribute if preserve_time is off. + * bugfix #299 documentation: message_ttl is the name of the option, not message-ttl. * change amqp message encoding to application/json for v03. **2.20.01b3** diff --git a/debian/changelog b/debian/changelog index 19728077f..beb4d686f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +metpx-sarracenia (2.20.01bi4) unstable; urgency=medium + + * there was some debug output in sr.py that snuck into the last release. removed. + * bugfix #300 when deciding whether to download use mtime from attribute if preserve_time is off. + * bugfix #299 documentation: message_ttl is the name of the option, not message-ttl. + * change amqp message encoding to application/json for v03. + + -- Peter Silva Sat, 25 Jan 2020 00:59:48 -0500 + metpx-sarracenia (2.20.01b3) unstable; urgency=medium * bugfix #231: post_exchange_split not splitting fairly or > 12 different buckets. diff --git a/sarra/__init__.py b/sarra/__init__.py index 7ae05b864..6dc6c995c 100755 --- a/sarra/__init__.py +++ b/sarra/__init__.py @@ -29,4 +29,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -__version__ = "2.20.01b3" +__version__ = "2.20.01b4"