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 = 3.11.1.dev
2+ current_version = 3.11.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 6262# built documents.
6363#
6464# The short X.Y version.
65- version = "3.11.1.dev "
65+ version = "3.11.1"
6666# The full version, including alpha/beta/rc tags.
67- release = "3.11.1.dev "
67+ release = "3.11.1"
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.1.dev "
186+ version = "3.11.1"
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.1.dev " ,
14+ version = "3.11.1" ,
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