Skip to content

Commit 202ded5

Browse files
author
Todd DeLuca
committed
Bump version
1 parent b5d429b commit 202ded5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This document lists the changes (and individuals who contributed to those
55
changes) for each release of python-vagrant.
66

7-
## To be released
7+
## 0.5.15
88

99
- Pull Request #54: Create ssh() method to run shell commands in a VM
1010
Authors: Parker Thompson (https://github.com/mothran) and Todd DeLuca

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.14'
29+
__version__ = '0.5.15'
3030

3131

3232
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)