This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.15.1.dev
2+ current_version = 1.15.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 7474# built documents.
7575#
7676# The short X.Y version.
77- version = "1.15.1.dev "
77+ version = "1.15.1"
7878# The full version, including alpha/beta/rc tags.
79- release = "1.15.1.dev "
79+ release = "1.15.1"
8080
8181# The language for content autogenerated by Sphinx. Refer to documentation
8282# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig):
88
99 name = "pulp_file.app"
1010 label = "file"
11- version = "1.15.1.dev "
11+ version = "1.15.1"
1212 python_package_name = "pulp-file"
1313 domain_compatible = True
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "pulp-file" ,
13- version = "1.15.1.dev " ,
13+ version = "1.15.1" ,
1414 description = "File plugin for the Pulp Project" ,
1515 long_description = long_description ,
1616 license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments