From 3efe4c1875298d9b5488f57e65eff1f90b286d93 Mon Sep 17 00:00:00 2001 From: bebyx Date: Wed, 19 Jul 2023 21:37:27 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.10.0.dev0=20=E2=86=92=202.1?= =?UTF-8?q?0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- signal_analog/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7670b3c..cddec03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.0.dev0 +current_version = 2.10.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 0d38992..2307d8a 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='signal_analog', - version='2.10.0.dev0', + version='2.10.0', description='A troposphere-like library for managing SignalFx' + 'Charts, Dashboards, and Detectors.', long_description=readme + '\n\n' + history, diff --git a/signal_analog/__init__.py b/signal_analog/__init__.py index fdc58ac..9f73602 100644 --- a/signal_analog/__init__.py +++ b/signal_analog/__init__.py @@ -9,7 +9,7 @@ __author__ = """Fernando Freire""" __email__ = 'Lst-nike.plus.platform.sharedinfrastructure@nike.com' -__version__ = '2.10.0.dev0' +__version__ = '2.10.0' logging_config = pkg_resources.resource_string( __name__, 'logging.yaml').decode('utf-8')