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.17.0.dev
2+ current_version = 0.17.0
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 3333
3434
3535# The short X.Y version
36- version = "0.17.0.dev "
36+ version = "0.17.0"
3737# The full version, including alpha/beta/rc tags
38- release = "0.17.0.dev "
38+ release = "0.17.0"
3939
4040
4141# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ class Pulp2To3MigrationPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_2to3_migration.app"
88 label = "pulp_2to3_migration"
9- version = "0.17.0.dev "
9+ version = "0.17.0"
1010 python_package_name = "pulp-2to3-migration"
Original file line number Diff line number Diff line change 77
88setup (
99 name = "pulp-2to3-migration" ,
10- version = "0.17.0.dev " ,
10+ version = "0.17.0" ,
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