File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0b9.dev
2+ current_version = 3.0.0b9
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 1- __version__ = '3.0.0b9.dev '
1+ __version__ = '3.0.0b9'
22
33default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'
Original file line number Diff line number Diff line change 1- pulpcore >= 3.4
1+ pulpcore >= 3.4 , < 3.5
22pkginfo
33packaging
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'pulp-python' ,
13- version = '3.0.0b9.dev ' ,
13+ version = '3.0.0b9' ,
1414 description = 'pulp-python 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