Bump plugin versions to 2.3

This commit is contained in:
Adrian Moennich 2020-09-14 17:01:19 +02:00
parent 14497ebf3b
commit 171cc04ce0
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-livesync',
version='2.3-dev',
version='2.3',
description='Framework for pushing Indico event data to external services',
url='https://github.com/indico/indico-plugins',
license='MIT',

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-piwik',
version='2.3-dev',
version='2.3',
description='Piwik integration for global and event-specific statistics in Indico',
url='https://github.com/indico/indico-plugins',
license='MIT',

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-search',
version='2.3-dev',
version='2.3',
description='Framework for searching content in Indico',
url='https://github.com/indico/indico-plugins',
license='MIT',

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-storage-s3',
version='2.3-dev',
version='2.3',
description='S3 storage backend for Indico',
url='https://github.com/indico/indico-plugins',
license='MIT',

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-ursh',
version='2.3-dev',
version='2.3',
description='URL shortening service for Indico',
url='https://github.com/indico/indico-plugins',
license='MIT',

View File

@ -12,7 +12,7 @@ from setuptools import find_packages, setup
setup(
name='indico-plugin-vc-vidyo',
version='2.3-dev',
version='2.3',
description='Vidyo video-conferencing plugin for Indico',
url='https://github.com/indico/indico-plugins',
license='MIT',