Skip to content

Commit

Permalink
Merge pull request #192 from pulp/bump_version
Browse files Browse the repository at this point in the history
Bump dev-version
  • Loading branch information
mdellweg authored Jan 30, 2025
2 parents 426a4bc + 0c8b4cb commit 8ad8f08
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 50,144 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
- "Chris Taylor <[email protected]>"
- "Stefan Joosten <[email protected]>"
- "Maciej Markowski <[email protected]>"
version: "0.1.0-dev"
version: "0.2.0-dev"
license_file: "LICENSE"
readme: "README.md"
repository: "https://github.com/pulp/squeezer"
Expand Down
7 changes: 0 additions & 7 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ action_groups:
- file_publication
- file_remote
- file_repository
- file_repository_content
- file_sync
- purge_tasks
- python_distribution
Expand All @@ -41,11 +40,5 @@ action_groups:
- status
- task
- x509_cert_guard
plugin_routing:
modules:
file_repository_content:
deprecation:
removal_version: "0.1.0"
warning_text: "Use pulp.squeezer.file_content instead."
requires_ansible: ">=2.15.0,<2.19"
...
2 changes: 1 addition & 1 deletion plugins/module_utils/pulp_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SqueezerException(Exception):
pass


__VERSION__ = "0.1.0-dev"
__VERSION__ = "0.2.0-dev"


class PulpAnsibleModule(AnsibleModule):
Expand Down
195 changes: 0 additions & 195 deletions plugins/modules/file_repository_content.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ profile = "black"
line_length = 100

[tool.bumpversion]
current_version = "0.1.0-dev"
current_version = "0.2.0-dev"
commit = false
tag = false
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<release>[a-z]+))?"
Expand Down
Loading

0 comments on commit 8ad8f08

Please sign in to comment.