This repository was archived by the owner on Jan 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 880 . ` python3 setup.py bdist_wheel `
990 . ` python3 -m twine upload dist/* `
10100 . Commit everything for the release
11- 0 . ` git tag -a vN.N.N `
12110 . ` 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 )
Original file line number Diff line number Diff line change 1313 tests_require = [dep .strip () for dep in file .readlines ()]
1414
1515setup (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' ,
You can’t perform that action at this time.
0 commit comments