Skip to content

Commit

Permalink
[db-up] Release (#546)
Browse files Browse the repository at this point in the history
* history and setup

* index
  • Loading branch information
williexu authored Mar 1, 2019
1 parent 8697980 commit 70fbadb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/db-up/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.1.7 (2019-2-28)
+++++++++++++++++
* `az mysql/postgres show-connection-string`: change format to output like `up` commands.

0.1.6 (2019-2-26)
+++++++++++++++++
* `az mysql/postgres show-connection-string` commands to show connection strings without server calls.
Expand Down
2 changes: 1 addition & 1 deletion src/db-up/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.1.6"
VERSION = "0.1.7"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
8 changes: 4 additions & 4 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@
],
"db-up": [
{
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/db_up-0.1.6-py2.py3-none-any.whl",
"filename": "db_up-0.1.6-py2.py3-none-any.whl",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/db_up-0.1.7-py2.py3-none-any.whl",
"filename": "db_up-0.1.7-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.46",
Expand Down Expand Up @@ -591,9 +591,9 @@
}
],
"summary": "Additional commands to simplify Azure Database workflows.",
"version": "0.1.6"
"version": "0.1.7"
},
"sha256Digest": "120e3f4ca2dcbd8ec7be3d80efcd08cc183cc82a2146f2bf6881c51b37afac1f"
"sha256Digest": "fac60025c082a721100e0b7f56eb8d683ae32cd85dc50246342f5225477973de"
}
],
"dev-spaces-preview": [
Expand Down

0 comments on commit 70fbadb

Please sign in to comment.