Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
fix: bump version number after 2.2.1b1 release - #652
Merged
Conversation
vi3k6i5
requested review from
asthamohta, c24t, larkee, skuruppu and thiagotnunesJune 18, 2021 03:45
zoercai
approved these changes
Jun 18, 2021
larkee
commented
Jun 18, 2021
Contributor
Shouldn't this be handled by the release bot? |
vi3k6i5
commented
Jun 18, 2021
ContributorAuthor
for some reason the release bot doesn't do it. Not sure why, Also doesn't generate the Changelog properly. Chris had a guess that maybe the version numbering style is not supported by the bot. |
c24t
approved these changes
Jun 19, 2021
c24t
commented
Jun 19, 2021
Contributor
Release-please doesn't understand our non-standard versioning. |
… is taking too long for these tests
This was referenced Jun 22, 2021
vi3k6i5 added a commit
that referenced
this pull request
Jun 28, 2021
* fix: Bump version number after 2.2.1b1 release * refactor: blank change for a commit * tests: remove failing tests from django_test_apps. Back-filling index is taking too long for these tests * tests: add tests back to kokoro test in django_test_apps * tests: add tests back to kokoro test in django_test_apps
This was referenced Apr 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Like #596, bump the version number following the 2.2.1b1 release to avoid using the same version number in development.
fixes#661