Skip to content

Commit

Permalink
Releasing 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Sep 23, 2020
1 parent 042b545 commit b0ee92b
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.1.0.dev
current_version = 2.1.0
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_container/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.1.0.dev"
__version__ = "2.1.0"

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.6
pulpcore>=3.7,<3.9
ecdsa~=0.13.2
pyjwkest~=1.4.0
pyjwt[crypto]~=1.7.1
Expand Down
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.1.0.dev",
version="2.1.0",
description="Container plugin for the Pulp Project",
long_description=long_description,
license="GPLv2+",
Expand Down

0 comments on commit b0ee92b

Please sign in to comment.