Skip to content

Commit

Permalink
v6.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Mar 7, 2024
1 parent 831c00a commit 97b3cb5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 97b3cb5

Please sign in to comment.