Skip to content

Commit 7ebacd6

Browse files
authored
Compute 4.3.1 (#3619)
1 parent 3cce3ea commit 7ebacd6

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

azure-mgmt-compute/HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
===============
55

6+
4.3.1 (2018-10-15)
7+
++++++++++++++++++
8+
9+
**Bugfix**
10+
11+
- Fix sdist broken in 4.3.0. No code change.
12+
613
4.3.0 (2018-10-02)
714
++++++++++++++++++
815

azure-mgmt-compute/MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
include *.rst
2+
include azure/__init__.py
3+
include azure/mgmt/__init__.py
4+

azure-mgmt-compute/azure/mgmt/compute/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "4.3.0"
8+
VERSION = "4.3.1"

0 commit comments

Comments
 (0)