pulp-cli-deb 0.4.0__tar.gz → 0.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-cli-deb
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Command line interface to talk to pulpcore's REST API. (Deb plugin commands)
5
5
  Author-email: Pulp Team <pulp-list@redhat.com>
6
6
  License: GPLv2+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-cli-deb
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Command line interface to talk to pulpcore's REST API. (Deb plugin commands)
5
5
  Author-email: Pulp Team <pulp-list@redhat.com>
6
6
  License: GPLv2+
@@ -1,2 +1,2 @@
1
1
  pulp-cli<0.36,>=0.23.2
2
- pulp-glue-deb==0.4.0
2
+ pulp-glue-deb==0.4.1
@@ -9,7 +9,7 @@ from pulpcore.cli.deb.publication import publication
9
9
  from pulpcore.cli.deb.remote import remote
10
10
  from pulpcore.cli.deb.repository import repository
11
11
 
12
- __version__ = "0.4.0"
12
+ __version__ = "0.4.1"
13
13
 
14
14
 
15
15
  @pulp_group(name="deb")
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pulp-cli-deb"
7
- version = "0.4.0"
7
+ version = "0.4.1"
8
8
  description = "Command line interface to talk to pulpcore's REST API. (Deb plugin commands)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -24,7 +24,7 @@ classifiers=[
24
24
  ]
25
25
  dependencies = [
26
26
  "pulp-cli>=0.23.2,<0.36",
27
- "pulp-glue-deb==0.4.0",
27
+ "pulp-glue-deb==0.4.1",
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -152,7 +152,7 @@ ignore_missing_imports = true
152
152
 
153
153
  [tool.bumpversion]
154
154
  # This section is managed by the cookiecutter templates.
155
- current_version = "0.4.0"
155
+ current_version = "0.4.1"
156
156
  commit = false
157
157
  tag = false
158
158
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
File without changes