diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 82e3b79f..85d0402f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 tag = True commit = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddbf14f4..a99828c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,9 @@ Changelog ========= -Version `dev`_ +Version `0.6.0`_ ================ -**Date**: unreleased +**Date**: December 21, 2020 * API client: @@ -117,4 +117,4 @@ Version `0.2.0`_ .. _`0.4.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v0.3.0...0.4.0 .. _`0.4.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v0.4.0...0.4.1 .. _`0.5.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v0.4.1...0.5.0 -.. _`dev`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v0.5.0...HEAD +.. _`0.6.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v0.5.0...0.6.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index b5e912ca..93b4bd05 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "GreyNoise Intelligence" # The full version, including alpha/beta/rc tags -release = "0.5.0" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e6590de4..4421efec 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(fname): setup( name="greynoise", - version="0.5.0", + version="0.6.0", description="Abstraction to interact with GreyNoise API.", url="https://greynoise.io/", author="GreyNoise Intelligence", diff --git a/src/greynoise/__version__.py b/src/greynoise/__version__.py index c6682853..cffc67ff 100644 --- a/src/greynoise/__version__.py +++ b/src/greynoise/__version__.py @@ -5,4 +5,4 @@ __maintainer__ = "GreyNoise Intelligence" __email__ = "hello@greynoise.io" __status__ = "BETA" -__version__ = "0.5.0" +__version__ = "0.6.0"