-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
2018.11.26 tagged at 2018.11.15.dev0 #3326
Comments
Thanks for the kind notice. /cc @techalchemy |
Yeah I saw this and forgot to reply -_- sorry! I replied in my head if that counts... Yeah this is an annoying workflow issue and I need to sort out where in my release tooling it’s misbehaving. I obviously don’t check that during the release process... |
- Update gitignore entries for mypy config - Update release task to add version after bumping but before release - Fixes #3326 (going forward at least) - Split out patching from vendoring so it can be done as a separate step if needed - Update patches to account for updated packages - Fixes #3432 - Fixes #2757 - Fixes #3305 - Fixes #2914 - Fixes #3439 - Fixes #3422 - Fixes #3378 - Fixes #3376 - Fixes #3315 Signed-off-by: Dan Ryan <[email protected]>
The archive for 2018.11.26 still show version = "2018.11.15.dev0". I'm wondering if that is just a tag issue or the if actual version is indeed 2018.11.15.dev0. EDIT: the commit from #3287 is indeed included in the archive so the version discrepancy is only a tagging issue, I guess. |
#3098 seems to be more or less the same |
Summary: Updated pipenv to the latest release 2018.11.26. Full changelog can be found [here](https://github.com/pypa/pipenv/blob/v2018.11.26/CHANGELOG.rst). Test Plan: When running pipenv version the output will be 'pipenv, version 2018.11.15.dev0'. This is a known issue and can be found [here](pypa/pipenv#3326). Installed and tested several different operations including installing/uninstalling Python modules all of which worked as expected. Reviewers: #triage_team, DataDrake Reviewed By: #triage_team, DataDrake Subscribers: DataDrake Differential Revision: https://dev.getsol.us/D4683
As a Fedora packager, I take the tagged tarball from GitHub and want to package it, however the tagged version 2018.11.26 still has 2018.11.15.dev0 at https://github.com/pypa/pipenv/blob/742ae1b99b335ffb6d83a2240035af739cacafff/pipenv/__version__.py
Not sure if you are aware, probably not worth rereleasing.
The text was updated successfully, but these errors were encountered: