Skip to content

Commit

Permalink
Merge pull request #400 from PyAr/micro-release-debian
Browse files Browse the repository at this point in the history
Micro release to update Debian.
  • Loading branch information
facundobatista authored Jun 3, 2020
2 parents cbf9f48 + 1a6f70d commit 9f3ef1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ For others debian and ubuntu

If you are NOT in debian unstable or testing (if you are, see
above for better instructions), you can use this
`.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0-1_all.deb>`_.
`.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1-1_all.deb>`_.

Download it and install doing::

Expand All @@ -646,7 +646,7 @@ Multiplatform tarball
Finally you can always get the multiplatform tarball and install
it in the old fashion way::

wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1.orig.tar.gz
tar -xf fades_*.tar.gz
cd fades-*
sudo ./setup.py install
Expand Down
2 changes: 1 addition & 1 deletion fades/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Holder of the fades version number."""

VERSION = (9, 0)
VERSION = (9, 0, 1)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit 9f3ef1f

Please sign in to comment.