Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
azure-common 1.1.16
  • Loading branch information
lmazuel committed Sep 26, 2018
commit 68d43afb13f88e530f2d45848d81f7487543db6e
5 changes: 5 additions & 0 deletions azure-common/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

1.1.16 (2018-09-26)
+++++++++++++++++++

- azure-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)

1.1.15 (2018-09-13)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion azure-common/azure/common/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
#--------------------------------------------------------------------------

VERSION = "1.1.15"
VERSION = "1.1.16"