Skip to content

Commit

Permalink
Bump version: 2.10.0.dev0 → 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bebyx committed Jul 19, 2023
1 parent b1de6a8 commit 3efed8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.0.dev0
current_version = 2.10.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion signal_analog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """Fernando Freire"""
__email__ = '[email protected]'
__version__ = '2.10.0.dev0'
__version__ = '2.10.0'

logging_config = pkg_resources.resource_string(
__name__, 'logging.yaml').decode('utf-8')
Expand Down

0 comments on commit 3efed8b

Please sign in to comment.