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 e294566 commit 790e6eeCopy full SHA for 790e6ee
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.14
8
+
9
+- Pull Request #51: Add support for the vagrant package command.
10
+ Author: Hans-Christoph Steiner (https://github.com/eighthave)
11
12
## 0.5.13
13
14
- Pull Request #50: Filter out unneeded status lines for AWS instances
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.13'
+__version__ = '0.5.14'
30
31
32
log = logging.getLogger(__name__)
0 commit comments