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

Moves version to PulpPluginAppConfig #451

Merged
merged 1 commit into from Dec 8, 2020
Merged

Moves version to PulpPluginAppConfig #451

merged 1 commit into from Dec 8, 2020

Conversation

bmbouter
Copy link
Member

@bmbouter bmbouter commented Dec 8, 2020

This redeploys the plugin template and updates a few files that should
be updated to match but are not plugin template managed. Specifically:

  • Removing __version__ from pulp_file/__init__.py
  • Adding the version string directly to docs/conf.py
  • Adding the version attribute to PulpPluginAppConfig subclass in
    pulp_file/app/__init__.py.
  • Updating .bumpversion.cfg

[noissue]

@pulpbot
Copy link
Member

pulpbot commented Dec 8, 2020

WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue.

.bumpversion.cfg Outdated
@@ -14,6 +14,8 @@ values =
dev
prod

[bumpversion:file:./pulp_file/__init__.py]
[bumpversion:file:./pulp_ansible/app/__init__.py]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean ./pulp_file/app probably

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the copypasta!

This redeploys the plugin template and updates a few files that should
be updated to match but are not plugin template managed. Specifically:

* Removing `__version__` from `pulp_file/__init__.py`
* Adding the version string directly to `docs/conf.py`
* Adding the `version` attribute to `PulpPluginAppConfig` subclass in
  `pulp_file/app/__init__.py`.
* Updating .bumpversion.cfg

[noissue]
@bmbouter bmbouter merged commit 67a7b9e into pulp:master Dec 8, 2020
@bmbouter bmbouter deleted the add-version-to-plugin-app-config branch December 14, 2020 19:31
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.

None yet

4 participants