From cecc0a8e1165d5c737828635443765ee7cef6cf7 Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Mon, 1 Feb 2021 08:58:39 +0700 Subject: [PATCH] Update package metadata --- README.md | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 42c9cf5..d46dbc6 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Sample `.pre-commit-config.yaml`: ## Release process +1. Bump version in `setup.cfg`. 1. Add a commit "Release vX.Y.Z". 1. Make sure checks still pass. 1. [Draft a new release](https://github.com/atugushev/flake8-printf-formatting/releases/new) with a tag name "X.Y.Z" and describe changes which involved in the release. diff --git a/setup.cfg b/setup.cfg index 9a9d807..835ecf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Software Development :: Quality Assurance [options]