Skip to content

Commit

Permalink
Version bump 3.1.1
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
bmbouter committed Feb 17, 2020
1 parent e27753d commit 20f98cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulpcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.1.1.dev'
__version__ = '3.1.1'


from pkgutil import extend_path
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='pulpcore',
version='3.1.1.dev',
version='3.1.1',
description='Pulp Django Application and Related Modules',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 20f98cf

Please sign in to comment.