Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Van Daele committed Jun 1, 2015
1 parent e97f38a commit dd61b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

requires = [
'pyramid',
'crabpy>=0.4.1'
'crabpy>=0.6.0'
]

tests_requires = [
Expand All @@ -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=[
Expand Down

0 comments on commit dd61b31

Please sign in to comment.