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

Commit 6eef671

Browse files
committed
Release 2.1.1
1 parent 52b1eb8 commit 6eef671

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
2.1.1 (10/26/2020)
5+
------------------
6+
7+
* Fix bug in VirtualBox API specification where ``VBoxEventType.progress_event`` and
8+
``VBoxEventType.on_cloud_provider_can_uninstall`` are both mentioned but are not valid event types.
9+
410
2.1.0 (10/25/2020)
511
----------------
612

virtualbox/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__author_email__ = "mjdorma+pyvbox@gmail.com"
44
__maintainer__ = "Seth Michael Larson"
55
__maintainer_email__ = "sethmichaellarson@gmail.com"
6-
__version__ = "2.1.0"
6+
__version__ = "2.1.1"
77
__license__ = "Apache-2.0"
88
__url__ = "https://github.com/sethmlarson/virtualbox-python"

0 commit comments

Comments
 (0)