diff --git a/docs/release-notes/pulpcore/3.0.x.rst b/docs/release-notes/pulpcore/3.0.x.rst index 732fdcd352..00c444d607 100644 --- a/docs/release-notes/pulpcore/3.0.x.rst +++ b/docs/release-notes/pulpcore/3.0.x.rst @@ -1,6 +1,11 @@ Pulp 3.0 Release Notes ====================== +3.0.0b4 +======= + +* `Comprehensive list of changes and bugfixes for beta 4 `_. + 3.0.0b3 ======= diff --git a/pulpcore/setup.py b/pulpcore/setup.py index 76ce5937e1..9154d9e319 100755 --- a/pulpcore/setup.py +++ b/pulpcore/setup.py @@ -21,7 +21,7 @@ name='pulpcore', description='Pulp Django Application and Related Modules', long_description=long_description, - version='3.0.0b3', + version='3.0.0b4', license='GPLv2+', packages=find_packages(exclude=['test']), author='Pulp Team',