From e964bacd0afecd979058824bd39336f358ed8559 Mon Sep 17 00:00:00 2001
From: pulpbot <pulp-infra@redhat.com>
Date: Thu, 4 May 2023 11:49:22 +0000
Subject: [PATCH] Release 1.14.2 GH Issues: 954

[noissue]
---
 .bumpversion.cfg          | 2 +-
 docs/conf.py              | 4 ++--
 pulp_file/app/__init__.py | 2 +-
 setup.py                  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index b4625cd2..8183f848 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.14.2.dev
+current_version = 1.14.2
 commit = False
 tag = False
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
diff --git a/docs/conf.py b/docs/conf.py
index bb233de0..088ea23e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,9 +56,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = "1.14.2.dev"
+version = "1.14.2"
 # The full version, including alpha/beta/rc tags.
-release = "1.14.2.dev"
+release = "1.14.2"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/pulp_file/app/__init__.py b/pulp_file/app/__init__.py
index eaebcad2..058b773b 100644
--- a/pulp_file/app/__init__.py
+++ b/pulp_file/app/__init__.py
@@ -8,6 +8,6 @@ class PulpFilePluginAppConfig(PulpPluginAppConfig):
 
     name = "pulp_file.app"
     label = "file"
-    version = "1.14.2.dev"
+    version = "1.14.2"
     python_package_name = "pulp-file"
     domain_compatible = True
diff --git a/setup.py b/setup.py
index cc2eb7ab..2970242e 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
 
 setup(
     name="pulp-file",
-    version="1.14.2.dev",
+    version="1.14.2",
     description="File plugin for the Pulp Project",
     long_description=long_description,
     license="GPLv2+",