Compare commits

...

2 Commits

Author SHA1 Message Date
Raphael Michel 8229d2f455 Bump to 1.11.1 2023-05-29 01:26:26 +02:00
Raphael Michel 96be8b4acc Update .gitlab-ci.yml 2023-05-29 01:26:11 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pypi:
- cp /keys/.pypirc ~/.pypirc
- virtualenv /tmp/env
- source /tmp/env/bin/activate
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build
- XDG_CACHE_HOME=/cache pip3 install -U pip wheel setuptools twine build pretix-plugin-build check-manifest
- python -m build
- check-manifest .
- twine check dist/*

View File

@ -1 +1 @@
__version__ = "1.11.0"
__version__ = "1.11.1"