Skip to content

Commit

Permalink
Bump version: 2.0.1 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Jul 7, 2020
1 parent 3bba676 commit 1069519
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Medallion provides a command-line interface to start the TAXII Server
[--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}]
CONFIG_PATH
medallion v2.0.1
medallion v3.0.0
positional arguments:
CONFIG_PATH The location of the JSON configuration file to use.
Expand Down Expand Up @@ -261,7 +261,7 @@ any specific CLA-related questions to repository-cla@oasis-open.org.
:alt: Codecov Coverage
.. |Version| image:: https://img.shields.io/pypi/v/medallion.svg?maxAge=3600
:target: https://pypi.python.org/pypi/medallion/
:alt: PyPI Version 2.0.1
:alt: PyPI Version 3.0.0
.. |Documentation_Status| image:: https://readthedocs.org/projects/medallion/badge/?version=latest
:target: https://medallion.readthedocs.io/en/latest/
:alt: ReadTheDocs Documentation Status
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.1'
version = '3.0.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '3.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion medallion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "3.0.0"
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 = 2.0.1
current_version = 3.0.0
commit = True
tag = True

Expand Down

0 comments on commit 1069519

Please sign in to comment.