- Notifications
You must be signed in to change notification settings - Fork 653
Release 4.1.0 #1433
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
Release 4.1.0 #1433
Conversation
Oh, travis previously published the wheels - I'll upload an |
Scary how easy that is... https://pypi.org/project/python-can/4.1.0a0/
|
That's what I thought after my first upload (version 4.0.0) 😅 "Please don't upload something wrong ..." But doing it in a fresh Docker container kinda helped to make sure to not be bothered with potentially misconfigured local setups. |
We could setup automatic releases whenever a git tag starting with "v*" is pushed. Like this |
This could also be used to more regularly push out pre-releases. |
904fb11
to dd52622
Compare Updating mypy might be a bit difficult, i tried before 😄 |
I had trouble getting it to pass on both Windows and Linux because of "warn_unused_ignores = True". It was always either Windows OR Linux, not both |
As we're only running the static analysis tests in linux I think that we're okay with mypi. I am wondering why pylint is passing fine locally but not on the CI though. Do we have a circular import problem?
In any case, I'm going to call it for tonight. Feel free to push to this branch (even reverting the pylint update). |
Ok I lied, I'm waiting to see that green tick... |
Prerelease uploaded by Github action (after I created the release in github UI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for preparing the release 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🚀 |
👍 |
Found a bug while testing examples - appreciate a second pair of eyes - #1440 |
* Allow restarting of transmission tasks for socketcan * Update can/interfaces/socketcan/socketcan.py Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
@hardbyte Could you try to remove appveyor? |
I've just removed the app veyor hook |
Good catch in #1440. Is it in the changelog yet? |
Thanks! Yes I've just pushed it. |
No description provided.