From 1ee9d3d99395fecc699bd6a5cf3e69edb8666913 Mon Sep 17 00:00:00 2001 From: David Davis Date: Wed, 26 Feb 2020 15:18:05 -0500 Subject: [PATCH] 3.2.0 version bump [noissue] --- pulpcore/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulpcore/__init__.py b/pulpcore/__init__.py index e9a62654e6..26654c3aef 100644 --- a/pulpcore/__init__.py +++ b/pulpcore/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.2.0.dev' +__version__ = '3.2.0' from pkgutil import extend_path diff --git a/setup.py b/setup.py index 390387594f..69e1037e56 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='pulpcore', - version='3.2.0.dev', + version='3.2.0', description='Pulp Django Application and Related Modules', long_description=long_description, long_description_content_type="text/markdown",