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

Commit dcf8c83

Browse files
committed
Release 0.11.10
[noissue]
1 parent f81717e commit dcf8c83

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.11.10.dev
2+
current_version = 0.11.10
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.11.10.dev"
35+
version = "0.11.10"
3636
# The full version, including alpha/beta/rc tags
37-
release = "0.11.10.dev"
37+
release = "0.11.10"
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.11.10.dev'
9+
version = '0.11.10'

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

0 commit comments

Comments
 (0)