Skip to content

Commit 9f3ef1f

Browse files
Merge pull request #400 from PyAr/micro-release-debian
Micro release to update Debian.
2 parents cbf9f48 + 1a6f70d commit 9f3ef1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ For others debian and ubuntu
626626

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

631631
Download it and install doing::
632632

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

649-
wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
649+
wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1.orig.tar.gz
650650
tar -xf fades_*.tar.gz
651651
cd fades-*
652652
sudo ./setup.py install

fades/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Holder of the fades version number."""
22

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

0 commit comments

Comments
 (0)