Skip to content

Commit

Permalink
Release 3.0.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Nov 5, 2020
1 parent eeaa16f commit 73ba336
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 3.0.0b12.dev
current_version = 3.0.0b12
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.0b{patch}.{release}
{major}.{minor}.0b{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
values =
dev
prod

Expand Down
2 changes: 1 addition & 1 deletion pulp_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.0.0b12.dev'
__version__ = '3.0.0b12'

default_app_config = 'pulp_python.app.PulpPythonPluginAppConfig'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulpcore>=3.6
pulpcore>=3.7,<4.0
pkginfo
packaging
bandersnatch
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pulp-python',
version='3.0.0b12.dev',
version='3.0.0b12',
description='pulp-python plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 73ba336

Please sign in to comment.