From cbfbbacd619e16e90f2aadda3a3b6f8de03b7c50 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Thu, 12 Dec 2024 01:10:11 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.1.1=20=E2=86=92=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 7 +++++++ Makefile | 2 +- README.rst | 18 +++++++++--------- magpie/__meta__.py | 2 +- setup.cfg | 2 +- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 709a9ab5..643812d6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,13 @@ Changes `Unreleased `_ (latest) ------------------------------------------------------------------------------------ +* Nothing new for the moment. + +.. _changes_4.2.0: + +`4.2.0 `_ (2024-12-12) +------------------------------------------------------------------------------------ + * Allow ``metadata_type.prefixes`` and ``data_type.prefixes`` in ``ServiceTHREDDS`` configuration to contain ``/`` character. .. _changes_4.1.1: diff --git a/Makefile b/Makefile index b8d35291..608a0ce1 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) # Application APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..) APP_NAME := magpie -APP_VERSION ?= 4.1.1 +APP_VERSION ?= 4.2.0 APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini # guess OS (Linux, Darwin,...) diff --git a/README.rst b/README.rst index 21e62ca4..0ad9cb2c 100644 --- a/README.rst +++ b/README.rst @@ -52,13 +52,13 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. :alt: Python 3.11+ recommended :target: https://www.python.org/getit -.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.1.1.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/4.2.0.svg :alt: Commits since latest release - :target: https://github.com/Ouranosinc/Magpie/compare/4.1.1...master + :target: https://github.com/Ouranosinc/Magpie/compare/4.2.0...master -.. |version| image:: https://img.shields.io/badge/tag-4.1.1-blue.svg?style=flat +.. |version| image:: https://img.shields.io/badge/tag-4.2.0-blue.svg?style=flat :alt: Latest Tag - :target: https://github.com/Ouranosinc/Magpie/tree/4.1.1 + :target: https://github.com/Ouranosinc/Magpie/tree/4.2.0 .. |dependencies| image:: https://pyup.io/repos/github/Ouranosinc/Magpie/shield.svg :alt: Dependencies Status @@ -68,9 +68,9 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. :alt: Github Actions CI Build Status (master branch) :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3Amaster -.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/Ouranosinc/Magpie/tests.yml?label=4.1.1&branch=4.1.1 +.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/Ouranosinc/Magpie/tests.yml?label=4.2.0&branch=4.2.0 :alt: Github Actions CI Build Status (latest tag) - :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A4.1.1 + :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A4.2.0 .. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-magpie :alt: Readthedocs Build Status (master branch) @@ -98,7 +98,7 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. .. |docker_semver_tag| image:: https://img.shields.io/docker/v/pavics/magpie?label=version&sort=semver :alt: Docker Version Tag - :target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=4.1.1 + :target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=4.2.0 .. end-badges @@ -142,8 +142,8 @@ Following most recent variants are available: * - Magpie - Twitcher |br| (with integrated ``MagpieAdapter``) - * - ``pavics/magpie:4.1.1`` - - ``pavics/twitcher:magpie-4.1.1`` + * - ``pavics/magpie:4.2.0`` + - ``pavics/twitcher:magpie-4.2.0`` * - ``pavics/magpie:latest`` - ``pavics/twitcher:magpie-latest`` diff --git a/magpie/__meta__.py b/magpie/__meta__.py index a1f95ad8..efd61088 100644 --- a/magpie/__meta__.py +++ b/magpie/__meta__.py @@ -2,7 +2,7 @@ General meta information on the magpie package. """ -__version__ = "4.1.1" +__version__ = "4.2.0" __title__ = "Magpie" __package__ = "magpie" # pylint: disable=W0622 __author__ = "Francois-Xavier Derue, Francis Charette-Migneault" diff --git a/setup.cfg b/setup.cfg index 285d64e1..f7868da6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.1 +current_version = 4.2.0 commit = True tag = True tag_name = {new_version}