Skip to content

Commit

Permalink
Merge branch 'release-v3.3.1'
Browse files Browse the repository at this point in the history
* release-v3.3.1:
  Bump version for release
  Add missing dependency
  • Loading branch information
rastern committed Jul 27, 2020
2 parents 37e1bb2 + 330b6fe commit c56d758
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 = 3.3.0
current_version = 3.3.1
commit = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d*))?
serialize =
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.3.0'
version = u'3.3.1'
# The full version, including alpha/beta/rc tags.
release = u'3.3.0'
release = u'3.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
readme = fp.read()

requires = [
'cryptography>=3,<4',
'requests>=2.21.0,<3'
]

Expand Down
2 changes: 1 addition & 1 deletion vmtconnect/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__title__ = 'vmtconnect'
__description__ = 'Turbonomic API Client'
__version__ = '3.3.0'
__version__ = '3.3.1'
__author__ = 'R.A. Stern'
__author_email__ = 'richard.stern@turbonomic.com'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit c56d758

Please sign in to comment.