From d91ce2d9134a63d7c2e937c909e68955f98810fc Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Tue, 16 Jul 2019 16:52:24 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.4.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 | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 84f36102..bb203453 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ Medallion provides a command-line interface to start the TAXII Server:: [--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}] CONFIG_PATH - medallion v0.3.1 + medallion v0.4.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 19073851..087891ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.3.1' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.4.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 260c070a..6a9beea8 100644 --- a/medallion/version.py +++ b/medallion/version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.4.0" diff --git a/setup.cfg b/setup.cfg index b453dccb..4b5254ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.4.0 commit = True tag = True @@ -14,3 +14,4 @@ license_file = LICENSE [bdist_wheel] universal = 1 +