From a9513216630f63377fb6bc770eac39e9ff54e2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= <tibor.simko@cern.ch> Date: Wed, 21 Aug 2024 18:13:20 +0200 Subject: [PATCH] release: 0.4.0 --- CHANGES.rst | 2 +- cernopendata_client/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 52f0f25..bbe5043 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -Version 0.4.0 (UNRELEASED) +Version 0.4.0 (2024-08-22) -------------------------- - Adds support for Python 3.11 and 3.12. diff --git a/cernopendata_client/version.py b/cernopendata_client/version.py index 87d228f..ccebe9d 100644 --- a/cernopendata_client/version.py +++ b/cernopendata_client/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # This file is part of cernopendata-client. # -# Copyright (C) 2019, 2020, 2022 CERN. +# Copyright (C) 2019, 2020, 2022, 2024 CERN. # # cernopendata-client is free software; you can redistribute it and/or modify # it under the terms of the GPLv3 license; see LICENSE file for more details. @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.3.0" +__version__ = "0.4.0"