File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed
Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.11.0
2+ current_version = 3.11.0.post0
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 @@ -101,6 +101,7 @@ def main():
101101 r = requests .get ("https://pypi.org/pypi/pulpcore/json" )
102102 latest_version = version .parse (json .loads (r .text )["info" ]["version" ])
103103 docs_version = version .parse (branch )
104+ publish_at_root = True
104105 if latest_version == docs_version :
105106 publish_at_root = True
106107 # Post releases should use the x.y.z part of the version string to form a path
Original file line number Diff line number Diff line change 1717jobs :
1818
1919 lint :
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-18.04
2121
2222 steps :
2323 - uses : actions/checkout@v2
6060 run : sh .ci/scripts/check_gettext.sh
6161
6262 test :
63- runs-on : ubuntu-latest
63+ runs-on : ubuntu-18.04
6464 # run only after lint finishes
6565 needs : lint
6666 strategy :
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 test :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-18.04
1818
1919 strategy :
2020 fail-fast : false
7373 shell : bash
7474
7575 publish :
76- runs-on : ubuntu-latest
76+ runs-on : ubuntu-18.04
7777 needs : test
7878
7979 env :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 test :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-18.04
1717
1818 strategy :
1919 fail-fast : false
7272 shell : bash
7373
7474 publish :
75- runs-on : ubuntu-latest
75+ runs-on : ubuntu-18.04
7676 needs : test
7777
7878 env :
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = "3.11.0"
65+ version = "3.11.0.post0 "
6666# The full version, including alpha/beta/rc tags.
67- release = "3.11.0"
67+ release = "3.11.0.post0 "
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ class PulpAppConfig(PulpPluginAppConfig):
183183 label = "core"
184184
185185 # The version of this app
186- version = "3.11.0"
186+ version = "3.11.0.post0 "
187187
188188 def ready (self ):
189189 super ().ready ()
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "pulpcore" ,
14- version = "3.11.0" ,
14+ version = "3.11.0.post0 " ,
1515 description = "Pulp Django Application and Related Modules" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments