Anitya release 0.13.1

This commit is contained in:
Michal Konečný 2018-09-20 17:35:42 +02:00
parent 795d69deb1
commit 7b2808a2cc

View file

@ -41,7 +41,7 @@ items:
dnf clean all -y
RUN git clone https://github.com/release-monitoring/anitya.git && \
pushd anitya && \
git checkout 0.13.0 && \
git checkout 0.13.1 && \
python3 setup.py install && \
pushd docs && \
sphinx-build-3 -b html . _build/html && \