Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmccheyne committed Jan 16, 2020
1 parent 73bc1f2 commit 7bee2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/python-vagrantpy.spec
Expand Up @@ -7,7 +7,7 @@
%global pypi_name vagrantpy

Name: python-%{pypi_name}
Version: 0.5.15
Version: 0.6.0
Release: 0%{?dist}
Summary: Python bindings for interacting with Vagrant virtual machines

Expand Down
2 changes: 1 addition & 1 deletion vagrant/__init__.py
Expand Up @@ -26,7 +26,7 @@

# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = '0.5.15'
__version__ = '0.6.0'


log = logging.getLogger(__name__)
Expand Down

0 comments on commit 7bee2f5

Please sign in to comment.