From 97b3cb5d1623336675b8fcb2a9a0a82f0f204864 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Thu, 7 Mar 2024 13:33:54 +0100 Subject: [PATCH] v6.0.0.1 --- README.rst | 4 ++++ RELEASE.rst | 7 +++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6e245e0..5ecc306 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,10 @@ Changelog * Nothing yet :) +* **v6.0.0.1:** + + * feat!: Updated the PAPI library to v6.0.0.1 + * **v5.5.1.6:** * chore: Added code linting with Flake8 (@flozz) diff --git a/RELEASE.rst b/RELEASE.rst index 93dcbea..a8d1bc9 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -4,10 +4,17 @@ Things to do when releasing a new version This file is a memo for the maintainer. +0. Check +-------- + +* Check copyright year in ``docs/conf.py`` + + 1. Release ---------- * Update version number in ``setup.py`` +* Update version number in ``docs/conf.py`` * Edit / update changelog in ``README.rst`` * Commit / tag (``git commit -m vX.Y.Z.ZZ && git tag vX.Y.Z.ZZ && git push && git push --tags``) diff --git a/docs/conf.py b/docs/conf.py index 7a90481..ab83524 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # General information about the project. project = "PyPAPI" -copyright = "2017, Fabien LOISON, Mathilde BOUTIGNY" +copyright = "2017 - 2024, Fabien LOISON, Mathilde BOUTIGNY" author = "Fabien LOISON, Mathilde BOUTIGNY" # The version info for the project you're documenting, acts as replacement for diff --git a/setup.py b/setup.py index e9fb5e0..e70f0e1 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name="python_papi", - version="5.5.1.6", + version="6.0.0.1", description="Python binding for the PAPI library", url="https://github.com/flozz/pypapi", project_urls={