Skip to content
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 1.11.0 #321

Merged
merged 2 commits into from
Mar 19, 2018
Merged

Release 1.11.0 #321

merged 2 commits into from
Mar 19, 2018

Conversation

brainwane
Copy link
Contributor

I'm preparing to release version 1.11.0 at the moment.

I have a tag up for it. I've put 1.11.0rc1 up on Test PyPI and, after testing, on PyPI. I've done approximately all the testing folks recommended in #314.

I'm waiting till Monday or Tuesday to put out a full release, but @di I figured this'd be good enough for you to test with as you work on pypi/warehouse#869 (comment) .

@codecov
Copy link

codecov bot commented Mar 16, 2018

Codecov Report

Merging #321 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #321   +/-   ##
=======================================
  Coverage   69.55%   69.55%           
=======================================
  Files          12       12           
  Lines         588      588           
  Branches       93       93           
=======================================
  Hits          409      409           
+ Misses        151      150    -1     
- Partials       28       29    +1
Impacted Files Coverage Δ
twine/__init__.py 100% <100%> (ø) ⬆️
twine/wininst.py 29.72% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e7d2ff...ebb0dda. Read the comment docs.

@di
Copy link
Member

di commented Mar 16, 2018

Thanks! Don't feel like this is blocking me, I can do all the testing I need with or without a release.

@sigmavirus24
Copy link
Member

What are the changes in 1.11.0?

@brainwane
Copy link
Contributor Author

@brainwane
Copy link
Contributor Author

Also:

@brainwane
Copy link
Contributor Author

And #269 Avoid uploading to PyPI when given alternate repository URL.

@brainwane
Copy link
Contributor Author

Works fine with zest.releaser and with devpi. Am running into some errors when I run tox -e pre_twine. Will investigate tonight.

@brainwane
Copy link
Contributor Author

@mplanchard if you have time before I do to look at the tox errors that happen when I run tox -e pre_twine on twine master and/or this branch, let me know?

@mplanchard
Copy link

mplanchard commented Mar 19, 2018

@brainwane py27-py36 are working just fine for me. What errors are you getting?

Edit: the version of twine they are downloading is twine-1.11.0rc1. Is that correct?

@brainwane
Copy link
Contributor Author

@mplanchard I'm sorry. I should have just run tox which would run on the current branch (I'd used pip install -e . in the Twine repo to keep it installed), rather than testing 1.11.0rc1. My fault. I ran tox -e py36 and it ran fine, so now I'm just waiting for the rest of the tox tests to run and I think everything is sorted out.

@mplanchard
Copy link

Awesome! Glad to hear it. The test_server tests, unfortunately, take quite a while! I've been meaning to figure out how to speed them up for some time.

@brainwane brainwane merged commit 550bedb into master Mar 19, 2018
@brainwane brainwane deleted the new-release-1.11.0 branch March 19, 2018 23:24
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

Successfully merging this pull request may close these issues.

4 participants