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

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored May 6, 2019
2 parents b3e5374 + 9de49e7 commit 32d85ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 32d85ed

Please sign in to comment.