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

Commit

Permalink
Release 0.11.9
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Jan 14, 2022
1 parent 5c6e909 commit f5bd407
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.9.dev
current_version = 0.11.9
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@


# The short X.Y version
version = "0.11.9.dev"
version = "0.11.9"
# The full version, including alpha/beta/rc tags
release = "0.11.9.dev"
release = "0.11.9"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pulp_2to3_migration/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class Pulp2To3MigrationPluginAppConfig(PulpPluginAppConfig):

name = 'pulp_2to3_migration.app'
label = 'pulp_2to3_migration'
version = '0.11.9.dev'
version = '0.11.9'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pulp-2to3-migration',
version='0.11.9.dev',
version='0.11.9',
description='Pulp 2 to Pulp 3 migration tool',
license='GPLv2+',
author='Pulp Team',
Expand Down

0 comments on commit f5bd407

Please sign in to comment.