From 49dc01587ff1a83cbbce69b65730c9f12fcd126d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 6 May 2019 15:30:04 -0400 Subject: [PATCH 1/2] Bump version to 7.1.0 --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5329f9..cfc5f2f 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,10 @@ and [extension modules](http://docs.python.org/3/howto/cporting.html). # Change Log -# 7.0.1 (in progress) +# 7.1.0 * Remove unused imports from Pylint checker * Usual overrides updates +* Introduce the `--exclude` flag (thanks [Milind Shakya](https://github.com/milind-shakya-sp)) # 7.0.0 * Drop Python 3.3 support diff --git a/setup.py b/setup.py index 1150ce6..5cd356c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ tests_require = [dep.strip() for dep in file.readlines()] setup(name='caniusepython3', - version='7.0.0', + version='7.1.0', description='Determine what projects are blocking you from porting to Python 3', long_description=long_description, author='Brett Cannon', From 9de49e77b6009ca0518e5f63308e2c764754b46d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 6 May 2019 15:32:09 -0400 Subject: [PATCH 2/2] Update release guidelines --- RELEASING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 232efa7..a063d53 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,6 +8,5 @@ 0. `python3 setup.py bdist_wheel` 0. `python3 -m twine upload dist/*` 0. Commit everything for the release -0. `git tag -a vN.N.N` 0. `git push` -0. `git push https://github.com/brettcannon/caniusepython3.git --tags` +0. Create a [release on GitHub](https://github.com/brettcannon/caniusepython3/releases)