Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
3a19505c
Verified
Commit
3a19505c
authored
Dec 27, 2017
by
Eliot Berriot
Browse files
Merge branch 'release/0.3.2'
parents
08e28aa6
a8f77546
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3a19505c
Changelog
=========
0.3.2 (Unreleased)
0.3.3 (Unreleased)
------------------
0.3.2
------------------
- Fixed an issue in the main dockerfile
0.3.1
------------------
...
...
api/Dockerfile
View file @
3a19505c
...
...
@@ -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
...
...
api/funkwhale_api/__init__.py
View file @
3a19505c
# -*- 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
(
'.'
)])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment