Update software version (#57)
This commit is contained in:
parent
da521ebad8
commit
9f3929344a
|
@ -1,4 +1,4 @@
|
|||
CKAN Private Datasets [![Build Status](https://travis-ci.org/conwetlab/ckanext-privatedatasets.svg?branch=develop)](https://travis-ci.org/conwetlab/ckanext-privatedatasets) [![Coverage Status](https://coveralls.io/repos/github/conwetlab/ckanext-privatedatasets/badge.svg?branch=develop)](https://coveralls.io/github/conwetlab/ckanext-privatedatasets?branch=develop)
|
||||
CKAN Private Datasets [![Build Status](https://travis-ci.org/conwetlab/ckanext-privatedatasets.svg?branch=master)](https://travis-ci.org/conwetlab/ckanext-privatedatasets) [![Coverage Status](https://coveralls.io/repos/github/conwetlab/ckanext-privatedatasets/badge.svg?branch=master)](https://coveralls.io/github/conwetlab/ckanext-privatedatasets?branch=develop)
|
||||
=====================
|
||||
|
||||
This CKAN extension allows a user to create private datasets that only certain users will be able to see. When a dataset is being created, it's possible to specify the list of users that can see this dataset. In addition, the extension provides an HTTP API that allows to add users programmatically.
|
||||
|
|
6
setup.py
6
setup.py
|
@ -20,7 +20,7 @@
|
|||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
version = '0.4'
|
||||
version = '0.4.1'
|
||||
|
||||
setup(
|
||||
name='ckanext-privatedatasets',
|
||||
|
@ -31,8 +31,8 @@ setup(
|
|||
''',
|
||||
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
keywords='ckan, private, datasets',
|
||||
author='Aitor Magan',
|
||||
author_email='amagan@conwet.com',
|
||||
author='Aitor Magan, Francisco de la Vega',
|
||||
author_email='fdelavega@ficodes.com',
|
||||
url='https://conwet.fi.upm.es',
|
||||
download_url='https://github.com/conwetlab/ckanext-privatedatasets/tarball/v' + version,
|
||||
license='',
|
||||
|
|
Loading…
Reference in New Issue