Skip to content

Commit

Permalink
Bump version: 0.20.1 → 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkhaeuser committed Jan 19, 2021
1 parent ebc4a27 commit 539c9c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.20.1'
release = '0.20.2'

# The short X.Y version.
import re
Expand Down
2 changes: 1 addition & 1 deletion prance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__copyright__ = 'Copyright (c) 2016-2020 Jens Finkhaeuser'
__license__ = 'MIT +no-false-attribs'
__all__ = ('util', 'mixins', 'cli', 'convert')
__version__ = '0.20.1'
__version__ = '0.20.2'


# Define our own error class
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.1
current_version = 0.20.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# Run setup
setup(
name = 'prance',
version = '0.20.1',
version = '0.20.2',
description = 'Resolving Swagger/OpenAPI 2.0 and 3.0.0 Parser',
long_description = open('README.rst').read(),
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 539c9c5

Please sign in to comment.