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={