Skip to content

Commit

Permalink
Updating version to 1.82.6
Browse files Browse the repository at this point in the history
Also removing the PY3 suffix
  • Loading branch information
alexandru-m-g committed Jul 10, 2024
1 parent b91e59b commit 34056ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ckanext-hdx_theme/ckanext/hdx_theme/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,7 @@ def hdx_member_roles_list():


def hdx_version():
ver = version.hdx_version
if six.PY3:
ver += ' PY3'
return ver
return version.hdx_version


def hdx_get_extras_element(data_dict, key='key', value_key='org_url', ret_key='value'):
Expand Down
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version = 'v1.82.6'
hdx_version = 'v1.82.7'

0 comments on commit 34056ea

Please sign in to comment.