Update docs and version number

This commit is contained in:
Raphael Michel
2017-04-17 14:35:47 +02:00
parent b52f2f5a9e
commit bb75be7e8e
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ To install a plugin, you need to build your own docker image. To do so, create a
named ``Dockerfile`` in it. The Dockerfile could look like this (replace ``pretix-passbook`` with the plugins of your named ``Dockerfile`` in it. The Dockerfile could look like this (replace ``pretix-passbook`` with the plugins of your
choice):: choice)::
FROM pretix/standalone FROM pretix/standalone:stable
USER root USER root
RUN pip3 install pretix-passbook RUN pip3 install pretix-passbook
USER pretixuser USER pretixuser

View File

@@ -1 +1 @@
__version__ = "1.2.0" __version__ = "1.3.0-dev0"