Skip to content

Commit

Permalink
Merge pull request #207 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
claeyswo authored Dec 12, 2023
2 parents 06e05f3 + 4545d5e commit 827d784
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.0 (12-12-2023)
------------------

- Support voor nieuwste pycountry versie (#204)

1.7.0 (24-11-2023)
------------------

Expand Down
2 changes: 1 addition & 1 deletion crabpy_pyramid/renderers/crab.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
json_list_renderer = JSON()
json_item_renderer = JSON()

nederlands = gettext.translation('iso3166', pycountry.LOCALES_DIR, languages=['nl'])
nederlands = gettext.translation('iso3166-1', pycountry.LOCALES_DIR, languages=['nl'])
nederlands.install()


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pyramid==2.0.0
crabpy==1.3.1
pycountry==18.12.8 ; python_version < '3.0'
pycountry==22.3.5 ; python_version >= '3.4'
pycountry==23.12.11 ; python_version >= '3.4'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requires = [
'pyramid',
'crabpy>=0.15.0',
'pycountry>=18.12.8'
'pycountry>=23.12.11'
]

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

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

0 comments on commit 827d784

Please sign in to comment.