Skip to content

Commit

Permalink
release 2.20.01b4
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Jan 25, 2020
1 parent 9e83deb commit 44bd068
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
2 changes: 1 addition & 1 deletion sarra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
__version__ = "2.20.01b3"
__version__ = "2.20.01b4"

0 comments on commit 44bd068

Please sign in to comment.