Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Dec 7, 2017
1 parent 4194258 commit 070c8d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,9 @@
0.6.3 (2017-12-07)
------------------

- Make compatbile with CRABpy 0.8.3
- Make compatible with latest pyCountry. (#56)

0.6.2 (2017-08-29)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,7 +9,7 @@
requires = [
'pyramid',
'crabpy>=0.8.0',
'pycountry'
'pycountry>=16.11.08'
]

tests_requires = [
Expand All @@ -21,7 +21,7 @@
testing_extras = tests_requires + []

setup(name='crabpy_pyramid',
version='0.6.2',
version='0.6.3',
description='Bindings for the CRABpy webservices and the Pyramid framework.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 070c8d5

Please sign in to comment.