-
Notifications
You must be signed in to change notification settings - Fork 124
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
Not getting expected towncrier version #304
Comments
I'm more curious how you are installing things. Also, Line 31 in ef1be45
towncrier/src/towncrier/_shell.py Lines 16 to 23 in ef1be45
|
The installation method seems to be the key. With pip it works properly and the towncrier script uses after setting up the requirements for
With zc.buildout which I use in the project I tested the changes the script is different and does this:
I haven't looked deeper yet, but it seems like the |
I would say this issue can be closed for now, because the source of the problem is most likely not towncrier but either click or zc.buildout or their interaction. Also the project I test this in has various older version pins which might cause the issue and which I can't easily update. The functionality of towncrier I need is available in that project, so I don't have much incentive to investigate further. |
You have |
I checked that I get to the correct code, that is how I noticed the Anyway, thanks for caring and if I ever feel the need to investigate further, I'll let you know my findings. |
Both master and your branch from #303 are still at 19.2.0, I only found https://github.com/twisted/towncrier/tree/hawkowl/release-19.09 which seems to be newer, but there I get the same:
Originally posted by @fschulze in #105 (comment)
The text was updated successfully, but these errors were encountered: