From 0f8c69ee5d9f3e611350e4a34d5b100c8e3b1aa3 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Wed, 13 Dec 2023 13:47:13 +0100 Subject: [PATCH] v5.5.1.6 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3010036..6e245e0 100644 --- a/README.rst +++ b/README.rst @@ -93,6 +93,10 @@ Changelog * **[NEXT]** (changes on ``master``, but not released yet): + * Nothing yet :) + +* **v5.5.1.6:** + * chore: Added code linting with Flake8 (@flozz) * chore: Added code formatter and reformatted all files with Black (@flozz) * chore: Added Nox to run code linting, code formatting, doc building tasks (@flozz) diff --git a/setup.py b/setup.py index dfd67d4..8ae5a68 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name="python_papi", - version="5.5.1.5", + version="5.5.1.6", description="Python binding for the PAPI library", url="https://github.com/flozz/pypapi", project_urls={