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

Commit

Permalink
Bump to 0.4.0.dev
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
goosemania committed Aug 26, 2020
1 parent 172da80 commit 47e538a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0
current_version = 0.4.0.dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion pulp_2to3_migration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.0"
__version__ = "0.4.0.dev"

default_app_config = 'pulp_2to3_migration.app.Pulp2To3MigrationPluginAppConfig'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django-cursor-pagination
pulpcore>=3.6,<3.7
pulpcore>=3.6
mongoengine
semantic_version
jsonschema>=3.0
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.3.0',
version='0.4.0.dev',
description='Pulp 2 to Pulp 3 migration tool',
license='GPLv2+',
author='Pulp Team',
Expand Down

0 comments on commit 47e538a

Please sign in to comment.