Skip to content

Commit

Permalink
Releasing 2.0.0b2
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
ipanova committed Jun 8, 2020
1 parent 890af46 commit ca256bb
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 = 2.0.0b2.dev
current_version = 2.0.0b2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion pulp_container/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '2.0.0b2.dev'
__version__ = '2.0.0b2'

default_app_config = 'pulp_container.app.PulpContainerPluginAppConfig'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulpcore>=3.4
pulpcore>=3.4,<3.5
ecdsa~=0.13.2
pyjwkest~=1.4.0
pyjwt[crypto]~=1.7.1
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-container',
version='2.0.0b2.dev',
version='2.0.0b2',
description='Container plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit ca256bb

Please sign in to comment.