From 27e70e239540b748b32830fef6756d587159efa3 Mon Sep 17 00:00:00 2001 From: PeterSilva Date: Mon, 18 May 2020 20:57:19 -0400 Subject: [PATCH] setting release for v2.20.05 --- CHANGES.rst | 5 +++++ debian/changelog | 10 ++++++++++ sarra/__init__.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d734ca524..6b0c59671 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,8 +6,13 @@ lists all changes between versions. **git repo** +**2.20.05** * sr command now 200x faster ( #174, #315, #180, #187 ) + * sr on Windows, username retrieval fixed. so now it finds it's processes. + * sr portable path (greater use of os.sep, for windows) + * in some situations, log file directory not created (noticed on Windows.) + * more unit testing. **2.20.04b3** diff --git a/debian/changelog b/debian/changelog index 29810b41f..bb197c1b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +metpx-sarracenia (2.20.05) unstable; urgency=medium + + * sr command now 200x faster ( #174, #315, #180, #187 ) + * sr on Windows, username retrieval fixed. so now it finds it's processes. + * sr portable path (greater use of os.sep, for windows) + * in some situations, log file directory not created (noticed on Windows.) + * more unit testing. + + -- peter Mon, 18 May 2020 20:52:45 -0400 + metpx-sarracenia (2.20.04b3) unstable; urgency=medium * correct sr sanity to not kill foreground processes. diff --git a/sarra/__init__.py b/sarra/__init__.py index d8e661b1d..4eae4cb8f 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.20.04b3" +__version__ = "2.20.05"