Release v0.2.19

This commit is contained in:
Álvaro Arranz 2018-07-16 10:38:08 +02:00
parent 3026337d73
commit dc8963b5bd
No known key found for this signature in database
GPG Key ID: A9BA9AAE8CF561AB
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
from setuptools import setup, find_packages
version = '0.2.18'
version = '0.2.19'
setup(
name='ckanext-privatedatasets',
@ -56,4 +56,4 @@ setup(
# Add plugins here, e.g.
privatedatasets=ckanext.privatedatasets.plugin:PrivateDatasets
''',
)
)