Skip to content

Commit 790e6ee

Browse files
author
Todd DeLuca
committed
Bump version and update CHANGELOG for PR #51
1 parent e294566 commit 790e6ee

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.14
8+
9+
- Pull Request #51: Add support for the vagrant package command.
10+
Author: Hans-Christoph Steiner (https://github.com/eighthave)
11+
712
## 0.5.13
813

914
- Pull Request #50: Filter out unneeded status lines for AWS instances

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.13'
29+
__version__ = '0.5.14'
3030

3131

3232
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)