Skip to content

Commit

Permalink
Container fixes after PR (#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored and tjprescott committed Mar 22, 2018
1 parent 6c49bc5 commit 28ede75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/command_modules/azure-cli-container/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
Release History
===============

0.1.21
++++++
* Allow table output for createing and updating a container group.

0.1.20
++++++
* Add 'az container exec' command that allows for exec commands in a container for a running container group.
* Allow table output for creating and updating a container group.

0.1.19
++++++
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-container/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "0.1.21"
VERSION = "0.1.20"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 28ede75

Please sign in to comment.