diff --git a/CHANGES.rst b/CHANGES.rst index 1c753250..7a0d565e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,13 @@ Changes `Unreleased `_ (latest) ------------------------------------------------------------------------------------ +* Nothing new for the moment. + +.. _changes_3.38.0: + +`3.38.0 `_ (2023-11-28) +------------------------------------------------------------------------------------ + Bug Fixes ~~~~~~~~~ diff --git a/Makefile b/Makefile index 579d53fd..941187d8 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 ?= 3.37.1 +APP_VERSION ?= 3.38.0 APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini # guess OS (Linux, Darwin,...) diff --git a/README.rst b/README.rst index c5db1da9..bbb0b1b7 100644 --- a/README.rst +++ b/README.rst @@ -35,13 +35,13 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_. :alt: Python 3.7+ recommended :target: https://www.python.org/getit -.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/3.37.1.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/3.38.0.svg :alt: Commits since latest release - :target: https://github.com/Ouranosinc/Magpie/compare/3.37.1...master + :target: https://github.com/Ouranosinc/Magpie/compare/3.38.0...master -.. |version| image:: https://img.shields.io/badge/tag-3.37.1-blue.svg?style=flat +.. |version| image:: https://img.shields.io/badge/tag-3.38.0-blue.svg?style=flat :alt: Latest Tag - :target: https://github.com/Ouranosinc/Magpie/tree/3.37.1 + :target: https://github.com/Ouranosinc/Magpie/tree/3.38.0 .. |dependencies| image:: https://pyup.io/repos/github/Ouranosinc/Magpie/shield.svg :alt: Dependencies Status @@ -51,9 +51,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=3.37.1&branch=3.37.1 +.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/Ouranosinc/Magpie/tests.yml?label=3.38.0&branch=3.38.0 :alt: Github Actions CI Build Status (latest tag) - :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A3.37.1 + :target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A3.38.0 .. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-magpie :alt: Readthedocs Build Status (master branch) @@ -81,7 +81,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=3.37.1 + :target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=3.38.0 .. end-badges @@ -125,8 +125,8 @@ Following most recent variants are available: * - Magpie - Twitcher |br| (with integrated ``MagpieAdapter``) - * - ``pavics/magpie:3.37.1`` - - ``pavics/twitcher:magpie-3.37.1`` + * - ``pavics/magpie:3.38.0`` + - ``pavics/twitcher:magpie-3.38.0`` * - ``pavics/magpie:latest`` - ``pavics/twitcher:magpie-latest`` diff --git a/magpie/__meta__.py b/magpie/__meta__.py index f1cfe671..2f8de5f3 100644 --- a/magpie/__meta__.py +++ b/magpie/__meta__.py @@ -2,7 +2,7 @@ General meta information on the magpie package. """ -__version__ = "3.37.1" +__version__ = "3.38.0" __title__ = "Magpie" __package__ = "magpie" # pylint: disable=W0622 __author__ = "Francois-Xavier Derue, Francis Charette-Migneault" diff --git a/setup.cfg b/setup.cfg index 8878edf2..a5e26b7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.37.1 +current_version = 3.38.0 commit = True tag = True tag_name = {new_version}