Skip to content

Commit a951321

Browse files
committed
release: 0.4.0
1 parent c9c0e74 commit a951321

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
Version 0.4.0 (UNRELEASED)
4+
Version 0.4.0 (2024-08-22)
55
--------------------------
66

77
- Adds support for Python 3.11 and 3.12.

cernopendata_client/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of cernopendata-client.
33
#
4-
# Copyright (C) 2019, 2020, 2022 CERN.
4+
# Copyright (C) 2019, 2020, 2022, 2024 CERN.
55
#
66
# cernopendata-client is free software; you can redistribute it and/or modify
77
# it under the terms of the GPLv3 license; see LICENSE file for more details.
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.3.0"
17+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)