Skip to content
Snippets Groups Projects
Verified Commit 3a19505c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'release/0.3.2'

parents 08e28aa6 a8f77546
No related branches found
Tags 0.3.2
No related merge requests found
Changelog
=========
0.3.2 (Unreleased)
0.3.3 (Unreleased)
------------------
0.3.2
------------------
- Fixed an issue in the main dockerfile
0.3.1
------------------
......
......@@ -7,7 +7,6 @@ ENV PYTHONUNBUFFERED 1
COPY ./requirements.apt /requirements.apt
RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install -y
RUN curl -L https://github.com/acoustid/chromaprint/releases/download/v1.4.2/chromaprint-fpcalc-1.4.2-linux-x86_64.tar.gz | tar -xz -C /usr/local/bin --strip 1
RUN fcalc yolofkjdssdhf
COPY ./requirements/base.txt /requirements/base.txt
RUN pip install -r /requirements/base.txt
COPY ./requirements/production.txt /requirements/production.txt
......
# -*- coding: utf-8 -*-
__version__ = '0.3.1'
__version__ = '0.3.2'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment