Skip to content

Commit

Permalink
setting release for v2.20.05
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed May 19, 2020
1 parent de9a048 commit 27e70e2
Show file tree
Hide file tree
Showing 3 changed files with 16 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,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**

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <peter@fractal> Mon, 18 May 2020 20:52:45 -0400

metpx-sarracenia (2.20.04b3) unstable; urgency=medium

* correct sr sanity to not kill foreground processes.
Expand Down
2 changes: 1 addition & 1 deletion sarra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
__version__ = "2.20.04b3"
__version__ = "2.20.05"

0 comments on commit 27e70e2

Please sign in to comment.