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

Commit 43c2f10

Browse files
committed
Bump version to 0.2.0b6
[noissue]
1 parent c2de23c commit 43c2f10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pulp_2to3_migration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.0b6.dev"
1+
__version__ = "0.2.0b6"
22

33
default_app_config = 'pulp_2to3_migration.app.Pulp2To3MigrationPluginAppConfig'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
from setuptools import find_packages, setup
44

55
requirements = [
6-
'pulpcore>=3.3',
6+
'pulpcore==3.4',
77
'mongoengine',
88
'semantic_version',
99
'jsonschema>=3.0',
1010
]
1111

1212
setup(
1313
name='pulp-2to3-migration',
14-
version='0.2.0b6.dev',
14+
version='0.2.0b6',
1515
description='Pulp 2 to Pulp 3 migration tool',
1616
license='GPLv2+',
1717
author='Pulp Team',

0 commit comments

Comments
 (0)