Skip to content

Commit

Permalink
Bump version: 3.23.0 → 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 23, 2022
1 parent 903e8e0 commit 27e060a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Changes
`Unreleased <https://github.com/Ouranosinc/Magpie/tree/master>`_ (latest)
------------------------------------------------------------------------------------

* Nothing new for the moment.

.. _changes_3.24.0:

`3.24.0 <https://github.com/Ouranosinc/Magpie/tree/3.24.0>`_ (2022-03-23)
------------------------------------------------------------------------------------

Features / Changes
~~~~~~~~~~~~~~~~~~~~~
* Add ``PATCH /permissions`` endpoint that updates permissions and creates related resources if necessary.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0
APP_VERSION ?= 3.24.0
APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini

# guess OS (Linux, Darwin,...)
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Behind the scene, it uses `Ziggurat-Foundations`_ and `Authomatic`_.
:alt: Requires Python 2.7, 3.5+
:target: https://www.python.org/getit

.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/3.23.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/Ouranosinc/Magpie/3.24.0.svg
:alt: Commits since latest release
:target: https://github.com/Ouranosinc/Magpie/compare/3.23.0...master
:target: https://github.com/Ouranosinc/Magpie/compare/3.24.0...master

.. |version| image:: https://img.shields.io/badge/tag-3.23.0-blue.svg?style=flat
.. |version| image:: https://img.shields.io/badge/tag-3.24.0-blue.svg?style=flat
:alt: Latest Tag
:target: https://github.com/Ouranosinc/Magpie/tree/3.23.0
:target: https://github.com/Ouranosinc/Magpie/tree/3.24.0

.. |dependencies| image:: https://pyup.io/repos/github/Ouranosinc/Magpie/shield.svg
:alt: Dependencies Status
Expand All @@ -45,9 +45,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/workflow/status/Ouranosinc/Magpie/Tests/3.23.0?label=3.23.0
.. |github_tagged| image:: https://img.shields.io/github/workflow/status/Ouranosinc/Magpie/Tests/3.24.0?label=3.24.0
:alt: Github Actions CI Build Status (latest tag)
:target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A3.23.0
:target: https://github.com/Ouranosinc/Magpie/actions?query=workflow%3ATests+branch%3A3.24.0

.. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-magpie
:alt: Readthedocs Build Status (master branch)
Expand Down Expand Up @@ -75,7 +75,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.23.0
:target: https://hub.docker.com/r/pavics/magpie/tags?page=1&ordering=last_updated&name=3.24.0

.. end-badges
Expand Down Expand Up @@ -119,8 +119,8 @@ Following most recent variants are available:
* - Magpie
- Twitcher |br|
(with integrated ``MagpieAdapter``)
* - ``pavics/magpie:3.23.0``
- ``pavics/twitcher:magpie-3.23.0``
* - ``pavics/magpie:3.24.0``
- ``pavics/twitcher:magpie-3.24.0``
* - ``pavics/magpie:latest``
- ``pavics/twitcher:magpie-latest``

Expand Down
2 changes: 1 addition & 1 deletion magpie/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
General meta information on the magpie package.
"""

__version__ = "3.23.0"
__version__ = "3.24.0"
__title__ = "Magpie"
__package__ = "magpie" # pylint: disable=W0622
__author__ = "Francois-Xavier Derue, Francis Charette-Migneault"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.23.0
current_version = 3.24.0
commit = True
tag = True
tag_name = {new_version}
Expand Down

0 comments on commit 27e060a

Please sign in to comment.