Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit d92d713

Browse files
Merge pull request #103 from SethMichaelLarson/1.3.1
Release 1.3.1
2 parents fa0a091 + d629110 commit d92d713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
version 1.3.0b1
4+
version 1.3.1 (18/01/2018)
55

66
* Added ``SettingsVersion.v1_17`` which is written by VirtualBox 5.2.x
77
* Added ``VirtualBox.create_unattended_installer()``

virtualbox/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__name__ = 'pyvbox'
22
__author__ = 'Michael Dorman'
33
__email__ = 'mjdorma+pyvbox@gmail.com'
4-
__version__ = '1.3.0b1'
4+
__version__ = '1.3.1'
55
__license__ = 'Apache-2.0'
66
__url__ = 'https://github.com/mjdorma/pyvbox'

0 commit comments

Comments
 (0)