Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit c1d2001

Browse files
committed
Release 0.17.0
GH Issues: 550,572,534,578,568 [noissue]
1 parent a3e90ec commit c1d2001

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.0.dev
2+
current_version = 0.17.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
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 ---------------------------------------------------

pulp_2to3_migration/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
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",

0 commit comments

Comments
 (0)