diff --git a/.drone.yml b/.drone.yml index d309cbf..a3c117e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: export PATH="$$DRONE_WORKSPACE/.venv/bin:$$PATH" - echo $$PATH - which pip - - pip install black build flake8 isort twine + - pip install black build Django flake8 isort twine - name: check style image: python:3.11-alpine @@ -32,6 +32,7 @@ steps: commands: - *path - python -m build + - django-admin compilemessages - name: publish image: python:3.11-alpine diff --git a/pretalx_musicrate/__init__.py b/pretalx_musicrate/__init__.py index 3d18726..906d362 100644 --- a/pretalx_musicrate/__init__.py +++ b/pretalx_musicrate/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"