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 0707636 commit 5c641a5Copy full SHA for 5c641a5
CHANGELOG.md
@@ -4,6 +4,11 @@
4
This document lists the changes (and individuals who contributed to those
5
changes) for each release of python-vagrant.
6
7
+## 0.5.11
8
+
9
+- Pull Request #47: Add support for snapshot command (vagrant version >= 1.8.0)
10
+ Author: Renat Zaripov (https://github.com/rrzaripov)
11
12
## 0.5.10
13
14
- Pull Request 46: Adds support for Vagrant 1.8 `--machine-readable` changes.
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.10'
+__version__ = '0.5.11'
30
31
32
log = logging.getLogger(__name__)
0 commit comments