diff --git a/CHANGES.rst b/CHANGES.rst index df0eadb7..40c36e72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +Version 0.12.0 (released 2024-07-17) +----------------------------------- + +- global: migrate to setup.cfg +- fix tests +- CI: upgrade python version + Version 0.11.0 (released 2021-04-22) ----------------------------------- - Add missing languages for all CERN member states diff --git a/cds_dojson/__init__.py b/cds_dojson/__init__.py index 59e2df3c..32b3e235 100644 --- a/cds_dojson/__init__.py +++ b/cds_dojson/__init__.py @@ -19,4 +19,4 @@ """The CDS DoJson.""" -__version__ = "0.11.0" +__version__ = "0.12.0"