Skip to content

Commit

Permalink
preparing p1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Mar 21, 2021
1 parent 836e962 commit 9f0f65f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
metpx-sarracenia (2.21.03p1) stable; urgency=medium

* bugfix... problem reported in #47, but not resolving #47.

-- Peter Silva <[email protected]> Sat, 20 Mar 2021 23:14:34 -0400

metpx-sarracenia (2.21.03) stable; urgency=medium

* bugfix #367, stop sftp from doing ls from initializing sender. (from Tyson)
Expand Down
2 changes: 1 addition & 1 deletion generate-win-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir pynsist_pkgs
cd pynsist_pkgs/

# Ensure to download only windows binaries
pip3 download pynacl==1.3.0 --only-binary=:all: --platform win_amd64
pip3 download pynacl --only-binary=:all: --platform win_amd64
pip3 download amqp --only-binary=:all: --platform win_amd64
pip3 download appdirs --only-binary=:all: --platform win_amd64
pip3 download netifaces --only-binary=:all: --platform win_amd64
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.03"
__version__ = "2.21.03p1"

0 comments on commit 9f0f65f

Please sign in to comment.