Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 22, 2024
1 parent 18e2095 commit 1357c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions cernopendata_client/version.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 1357c93

Please sign in to comment.