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 +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ and [extension modules](http://docs.python.org/3/howto/cporting.html).
7979
8080# Change Log
8181
82- # 3.4.0 (under development)
82+ # 3.4.0
8383* Fix a dict comprehension failure with the pylint checker
8484 (patch by [ Jeroen Oldenburger] ( https://github.com/jeroenoldenburger ) )
8585* Usual override updates
Original file line number Diff line number Diff line change 110 . Make sure all changes are live and that Travis is green
220 . Update README.md with release notes
330 . Update setup.py for the new version number
4- 0 . ` pip install -U twine wheel `
5- 0 . ` python setup.py sdist `
6- 0 . ` python setup.py bdist_wheel `
7- 0 . For each file in ` dist/ ` : ` gpg2 --detach-sign -a <filename> `
4+ 0 . ` python3 -m pip install --upgrade setuptools twine wheel `
5+ 0 . ` python3 setup.py sdist `
6+ 0 . ` python3 setup.py bdist_wheel `
870 . ` twine upload dist/* `
980 . Commit everything for the release
1090 . ` git tag -a vN.N.N `
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 = '3.3 .0' ,
16+ version = '3.4 .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