Skip to content

Commit

Permalink
incrementing version for work in main.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Sep 2, 2021
1 parent 877b436 commit e00e199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
metpx-sarracenia (2.21.08) UNRELEASED; urgency=medium
metpx-sarracenia (2.21.09) UNRELEASED; urgency=medium

* bug #378 python3-pyxattr module breaking xattr support.

-- Peter Silva <peter@fractal> Thu, 02 Sep 2021 13:30:26 -0400

metpx-sarracenia (2.21.08) stable; urgency=medium

* bugfix #386 not honouring environment variables.
* bugfix #377 not interpreting sum n properly.
Expand All @@ -7,6 +13,7 @@ metpx-sarracenia (2.21.08) UNRELEASED; urgency=medium
* bugfix #371 sr_audit should not kill 'edit' sessions as strays.
* hmm.. charset in ftp.. defaults to iso8859-1, changed to utf-8.
noticed caused some issues in newer tests that use accented characters.
*

-- Peter Silva <peter@fractal> Sat, 24 Apr 2021 12:52:19 -0400

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.21.08"
__version__ = "2.21.09"

0 comments on commit e00e199

Please sign in to comment.