Skip to content

Commit

Permalink
Merge pull request #158 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
claeyswo committed Dec 15, 2021
2 parents 6b0b286 + bce6d30 commit 5c99ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
@@ -1,11 +1,17 @@
0.12.0 (15-12-2021)
-------------------

- crabpy en crabpy_pyramid dependencies nakijken (#155)

0.11.0 (15-09-2021)
-------------------

- Drop python 2 support
- crabpy updaten (#148)


0.10.0 (13-08-2021)
-------------------
------------------

- "naam" toevoegen aan straat renderer (#145)

0.9.0 (08-04-2021)
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,6 +1,5 @@
# Tested and approved with these versions
pyramid==1.10.4
crabpy==0.13.0
# -e git+ssh://git@github.com/OnroerendErfgoed/crabpy.git@FIX_0.8.1#egg=crabpy
crabpy==0.15.0
pycountry==18.12.8 ; python_version < '3.0'
pycountry==20.7.3 ; python_version >= '3.4'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@

requires = [
'pyramid',
'crabpy>=0.13.0',
'crabpy>=0.15.0',
'pycountry>=18.12.8'
]

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

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

0 comments on commit 5c99ef5

Please sign in to comment.