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

Commit 8727364

Browse files
committed
Release 0.16.0
GH Issues: 491,511,8968,497,9564,484,496,483 [noissue]
1 parent 2fe699a commit 8727364

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.16.0.dev
2+
current_version = 0.16.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
@@ -32,9 +32,9 @@
3232

3333

3434
# The short X.Y version
35-
version = "0.16.0.dev"
35+
version = "0.16.0"
3636
# The full version, including alpha/beta/rc tags
37-
release = "0.16.0.dev"
37+
release = "0.16.0"
3838

3939

4040
# -- General configuration ---------------------------------------------------

pulp_2to3_migration/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class Pulp2To3MigrationPluginAppConfig(PulpPluginAppConfig):
66

77
name = 'pulp_2to3_migration.app'
88
label = 'pulp_2to3_migration'
9-
version = '0.16.0.dev'
9+
version = '0.16.0'

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.16.0.dev",
10+
version="0.16.0",
1111
description="Pulp 2 to Pulp 3 migration tool",
1212
license="GPLv2+",
1313
author="Pulp Team",

0 commit comments

Comments
 (0)