diff --git a/README.rst b/README.rst index 9cb548cc..225006ed 100644 --- a/README.rst +++ b/README.rst @@ -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. @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 04e811bd..ec73fd40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/medallion/version.py b/medallion/version.py index 159d48b8..528787cf 100644 --- a/medallion/version.py +++ b/medallion/version.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "3.0.0" diff --git a/setup.cfg b/setup.cfg index 930c5e62..4c63ec95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 3.0.0 commit = True tag = True