This repository was archived by the owner on Jan 9, 2023. 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 = 0.11.13.dev
2+ current_version = 0.11.13
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 3232
3333
3434# The short X.Y version
35- version = "0.11.13.dev "
35+ version = "0.11.13"
3636# The full version, including alpha/beta/rc tags
37- release = "0.11.13.dev "
37+ release = "0.11.13"
3838
3939
4040# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ class Pulp2To3MigrationPluginAppConfig(PulpPluginAppConfig):
66
77 name = 'pulp_2to3_migration.app'
88 label = 'pulp_2to3_migration'
9- version = '0.11.13.dev '
9+ version = '0.11.13'
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'pulp-2to3-migration' ,
10- version = '0.11.13.dev ' ,
10+ version = '0.11.13' ,
1111 description = 'Pulp 2 to Pulp 3 migration tool' ,
1212 license = 'GPLv2+' ,
1313 author = 'Pulp Team' ,
You can’t perform that action at this time.
0 commit comments