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.12
Browse files Browse the repository at this point in the history
GH Issues: 568,572

[noissue]
  • Loading branch information
pulpbot committed Oct 20, 2022
1 parent d3ee8c7 commit edd8b55
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.12.dev
current_version = 0.11.12
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.12.dev"
version = "0.11.12"
# The full version, including alpha/beta/rc tags
release = "0.11.12.dev"
release = "0.11.12"


# -- 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.12.dev'
version = '0.11.12'
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.12.dev',
version='0.11.12',
description='Pulp 2 to Pulp 3 migration tool',
license='GPLv2+',
author='Pulp Team',
Expand Down

0 comments on commit edd8b55

Please sign in to comment.