Skip to content

Commit 5c641a5

Browse files
author
Todd DeLuca
committed
Update version and CHANGELOG
1 parent 0707636 commit 5c641a5

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.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+
712
## 0.5.10
813

914
- Pull Request 46: Adds support for Vagrant 1.8 `--machine-readable` changes.

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.10'
29+
__version__ = '0.5.11'
3030

3131

3232
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)