Skip to content

Commit 6366f8a

Browse files
author
Todd DeLuca
committed
Update version for pull request #50
1 parent 67ddd36 commit 6366f8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
This document lists the changes (and individuals who contributed to those
55
changes) for each release of python-vagrant.
66

7+
## 0.5.13
8+
9+
- Pull Request #50: Filter out unneeded status lines for AWS instances
10+
Author: Brian Berry (https://github.com/bryanwb)
11+
712
## 0.5.11
813

914
- Pull Request #47: Add support for snapshot command (vagrant version >= 1.8.0)

vagrant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# python package version
2828
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
29-
__version__ = '0.5.11'
29+
__version__ = '0.5.13'
3030

3131

3232
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)