We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d429b commit 202ded5Copy full SHA for 202ded5
CHANGELOG.md
@@ -4,7 +4,7 @@
4
This document lists the changes (and individuals who contributed to those
5
changes) for each release of python-vagrant.
6
7
-## To be released
+## 0.5.15
8
9
- Pull Request #54: Create ssh() method to run shell commands in a VM
10
Authors: Parker Thompson (https://github.com/mothran) and Todd DeLuca
vagrant/__init__.py
@@ -26,7 +26,7 @@
26
27
# python package version
28
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
29
-__version__ = '0.5.14'
+__version__ = '0.5.15'
30
31
32
log = logging.getLogger(__name__)
0 commit comments