We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91c198 commit 38f695fCopy full SHA for 38f695f
2 files changed
src/command_modules/azure-cli-sql/HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.1.1b1 (2017-01-17)
7
++++++++++++++++++++++
8
+
9
+* Add Azure SQL Server commands.
10
11
0.1.0b11 (2016-12-12)
12
+++++++++++++++++++++
13
src/command_modules/azure-cli-sql/setup.py
@@ -6,7 +6,7 @@
from codecs import open
from setuptools import setup
-VERSION = '0.1.0b11+dev'
+VERSION = '0.1.1b1+dev'
CLASSIFIERS = [
'Development Status :: 4 - Beta',
0 commit comments