Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 32d85ed

Browse files
authored
Release 7.1.0
2 parents b3e5374 + 9de49e7 commit 32d85ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ and [extension modules](http://docs.python.org/3/howto/cporting.html).
8383

8484
# Change Log
8585

86-
# 7.0.1 (in progress)
86+
# 7.1.0
8787
* Remove unused imports from Pylint checker
8888
* Usual overrides updates
89+
* Introduce the `--exclude` flag (thanks [Milind Shakya](https://github.com/milind-shakya-sp))
8990

9091
# 7.0.0
9192
* Drop Python 3.3 support

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
0. `python3 setup.py bdist_wheel`
99
0. `python3 -m twine upload dist/*`
1010
0. Commit everything for the release
11-
0. `git tag -a vN.N.N`
1211
0. `git push`
13-
0. `git push https://github.com/brettcannon/caniusepython3.git --tags`
12+
0. Create a [release on GitHub](https://github.com/brettcannon/caniusepython3/releases)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tests_require = [dep.strip() for dep in file.readlines()]
1414

1515
setup(name='caniusepython3',
16-
version='7.0.0',
16+
version='7.1.0',
1717
description='Determine what projects are blocking you from porting to Python 3',
1818
long_description=long_description,
1919
author='Brett Cannon',

0 commit comments

Comments
 (0)