File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 88
99[ // ] : # ( towncrier release notes start )
1010
11+ ## 0.1.1 (2026-01-20) {: #0 .1.1 }
12+
13+ No significant changes.
14+
15+ ---
16+
1117## 0.1.0 (2025-08-19) {: #0 .1.0 }
1218
1319No significant changes.
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ class PulpHuggingFacePluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_hugging_face.app"
88 label = "hugging_face"
9- version = "0.1.1.dev "
9+ version = "0.1.1"
1010 python_package_name = "pulp_hugging_face"
1111 domain_compatible = True
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-hugging-face"
10- version = " 0.1.1.dev "
10+ version = " 0.1.1"
1111description = " pulp-hugging-face plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -122,7 +122,7 @@ ignore = [
122122[tool .bumpversion ]
123123# This section is managed by the plugin template. Do not edit manually.
124124
125- current_version = " 0.1.1.dev "
125+ current_version = " 0.1.1"
126126commit = false
127127tag = false
128128parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments