From 7cdf9f1b3688d8e9fc37a1edd2d1000e7515fd2c Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 26 Mar 2020 17:17:16 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- docs/conf.py | 4 ++-- medallion/version.py | 2 +- setup.cfg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index fcc51c27..1413ef7f 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Medallion provides a command-line interface to start the TAXII Server [--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}] CONFIG_PATH - medallion v0.5.0 + medallion v1.0.0 positional arguments: CONFIG_PATH The location of the JSON configuration file to use. diff --git a/docs/conf.py b/docs/conf.py index 0f55ca95..0277f5ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.5.0' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '1.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 3d187266..5becc17c 100644 --- a/medallion/version.py +++ b/medallion/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index 84addb35..597556a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 1.0.0 commit = True tag = True