Minor release for Azure Exporter#699
Minor release for Azure Exporter#699lzchen wants to merge 9 commits intocensus-instrumentation:v0.6.xfrom
Conversation
reyang
left a comment
There was a problem hiding this comment.
It looks like we're missing some *.py files in this PR, with the current PR, the only thing released would be the change log and version.
| ## Unreleased | ||
|
|
||
| ## 0.2.2 | ||
| Released 2019-06-28 |
There was a problem hiding this comment.
Change this to the date the package is released on PyPI.
| # limitations under the License. | ||
|
|
||
| __version__ = '0.2.1' | ||
| __version__ = '0.2.2' |
There was a problem hiding this comment.
Micro version updates are usually small and backwards-compatible, this looks like at least a minor-level change to me. https://www.python.org/dev/peps/pep-0440/#semantic-versioning.
| # limitations under the License. | ||
|
|
||
| __version__ = '0.3.1' | ||
| __version__ = '0.3.2' |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
|
The PR as of now merges the current master branch into v0.6.x. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
The base branch has an unnecessary rule:
It prevents one user cherry-picking a commit from another user. If we can disable it, this PR should be good to merge. |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
@songy23 Good to know. I removed the outstanding commit and applied them manually myself. Should be good to merge. |
The PR as of 07/03/19 merges the current master branch into v0.6.x.
The changelog/versions are changed from 0.x.xdev to the release versions.
Changelog/version in Azure are bumped to the release version (0.3.1)
Django will be done in a different PR.