Skip to content

Commit

Permalink
Version 2.3.2. Changed version number and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
javihern98 committed Sep 26, 2023
1 parent fc6c268 commit 6467ff2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 11 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
#########

2.3.2 (2023-09-26)
----------------
**Added**
- Webservices and Data Discovery for OECD (v1 and v2) and UNICEF

**Changes**

**Bugfixes**
- Fixed bug on ConceptRole on Dimension


2.3.1 (2023-09-15)
----------------
**Added**
Expand Down
6 changes: 0 additions & 6 deletions sdmxthon/webservices/webservices.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,6 @@ class IloWs(SdmxWebServiceConnection):
WS_IMPLEMENTATION = query_builder.QueryBuilder(query_builder.SdmxWs1p4())


# class ImfWs(SdmxWebServiceConnection):
# """Implements the connection to the IMF SDMX web service"""
# AGENCY_ID = 'IMF'
# ENTRY_POINT = 'http://dataservices.imf.org/REST/SDMX_XML'


class OecdWs(SdmxWebServiceConnection):
"""Implements the connection to the ILO SDMX web service"""
AGENCY_ID = 'OECD'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description_content_type='text/x-rst',
packages=setuptools.find_packages(exclude=["testSuite"]),
include_package_data=True,
version='2.3.1',
version='2.3.2',
license='Apache 2.0',
license_files='license.txt',
author='MeaningfulData',
Expand Down

0 comments on commit 6467ff2

Please sign in to comment.