Skip to content

Commit

Permalink
Merge pull request #216 from maxkahan/2.x
Browse files Browse the repository at this point in the history
Bump version: 2.7.0 → 2.8.0
  • Loading branch information
maxkahan committed Jun 30, 2022
2 parents f7db2f6 + ad8d26f commit 5f98d04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.0
current_version = 2.8.0
commit = True
tag = False

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "2.7.0"
version = "2.8.0"
# The full version, including alpha/beta/rc tags.
release = "2.7.0"
release = "2.8.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -143,7 +143,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'Vonage v2.7.0'
# html_title = u'Vonage v2.8.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="vonage",
version="2.7.0",
version="2.8.0",
description="Vonage Server SDK for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/vonage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .client import *

__version__ = "2.7.0"
__version__ = "2.8.0"

0 comments on commit 5f98d04

Please sign in to comment.