diff --git a/docs/source/conf.py b/docs/source/conf.py index 9a804d8..5a6fff8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/requirements.txt b/requirements.txt index b71d9dd..97a1a5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ # Tested and approved with these versions -pyramid==1.5.4 -#crabpy==0.5.0 --e git+https://github.com/onroerenderfgoed/crabpy.git#egg=crabpy +pyramid==1.5.7 +crabpy==0.6.0 pycountry==1.10 diff --git a/setup.py b/setup.py index 7f3a782..02b008a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ requires = [ 'pyramid', - 'crabpy>=0.4.1' + 'crabpy>=0.6.0' ] tests_requires = [ @@ -20,7 +20,7 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='0.3.0.dev0', + version='0.3.0', description='Bindings for the CRABpy webservices Pyramid.', long_description=README + '\n\n' + CHANGES, classifiers=[