Skip to content

New release? #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JelleZijlstra opened this issue Feb 24, 2019 · 6 comments
Closed

New release? #436

JelleZijlstra opened this issue Feb 24, 2019 · 6 comments

Comments

@JelleZijlstra
Copy link

JelleZijlstra commented Feb 24, 2019

I had to pin flake8-pyi to an earlier version of pyflakes and flake8 because #422 (which has already been fixed—thanks!) broke some of our tests.

Would it be possible to create a new release with the fix for #422? This would help people who are using flake8-pyi to lint stub files upgrade to the newest flake8 and pyflakes.

@bryanforbes
Copy link

Just to be clear, the new release would need to be a patch release (2.1.1) rather than a minor release (2.2.0) in order to be used with the latest release of flake8 since flake8 has pyflakes pinned to <2.2.0,>=2.1.0.

@asottile
Copy link
Member

#426 would likely require the next revision to be a minor release -- that said, I can make a release of flake8 which allows that version as well

before release we should probably try and address the regression in 2.1.0 for #421 and probably include the PR #435

@bitglue
Copy link
Member

bitglue commented Feb 28, 2019

I released a 2.1.1 with just the bugfixes in #420 and #423.

@mgedmin
Copy link
Contributor

mgedmin commented Jul 8, 2019

How come pyflakes/__init__.py in git master still claims to be 2.1.0 and not 2.1.1? A simple oversight?

@bitglue
Copy link
Member

bitglue commented Jul 13, 2019

yep, thanks, fixed.

@asottile
Copy link
Member

asottile commented Aug 8, 2019

closing since 2.1.1 was released -- presumably we'll release a 2.2 at some point which contains the new features on master

@asottile asottile closed this as completed Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants