tag-publish 1.2.0.dev101__tar.gz → 1.2.0.dev102__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.4
2
2
  Name: tag-publish
3
- Version: 1.2.0.dev101
3
+ Version: 1.2.0.dev102
4
4
  Summary: Tools used to publish Python packages, Docker images and Helm charts for GitHub tag and branch
5
5
  License: FreeBSD
6
6
  License-File: LICENSE
@@ -35,7 +35,7 @@ include = [
35
35
  ]
36
36
  requires-python = ">=3.10"
37
37
  dependencies = ["requests<3,>=2", "twine<7,>=6", "PyYAML<7,>=6", "id<2,>=1", "security-md<2,>=1", "applications-download<2,>=1", "jsonschema-validator-new<1,>=0", "debian-inspector<32,>=31", "multi-repo-automation<2,>=1", "githubkit<1,>=0"]
38
- version = "1.2.0.dev101"
38
+ version = "1.2.0.dev102"
39
39
 
40
40
  [project.urls]
41
41
  repository = "https://github.com/camptocamp/tag-publish"