diff --git a/README.rst b/README.rst index a16cdad..a9414d4 100644 --- a/README.rst +++ b/README.rst @@ -11,52 +11,12 @@ Please see Project Mu for details https://microsoft.github.io/mu Version History =============== -0.2.9 +0.3.0 ----- -Use setuptools-scm for version management and enable CI/CD support. Start using tags for releases. +Updated documentation and release process. Transition to Beta. -0.2.8 ------ - -Adding support for environment variables dictionary to RunCmd and RunPythonScript - -0.2.7 ------ - -un-reverting 0.2.4: Using sys.executable in RunPythonScript instead of "python.exe" and assuming its on the path - -0.2.6 ------ - -Fixing parameter parsing in RunPythonScript to preserve formatting of parameters - -0.2.5 ------ - -Fixing parameters none check in RunCmd - -0.2.4 ------ - -Using sys.executable in RunPythonScript instead of "python.exe" and assuming its on the path - -0.2.3 ------ - -Conditionally adding quotes instead of automatically in RunCmd and RunPythonScript - -0.2.2 ------ - -Fixing CatalogSignWithSignTool to use new RunCmd format - -0.2.1 ------ - -Fixing RunPythonScript function to reference updated parameters - -0.2.0 ------ +< 0.3.0 +------- -Initial commit \ No newline at end of file +Alpha development \ No newline at end of file diff --git a/setup.py b/setup.py index 3b1f020..157b4f7 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Development Status :: 3 - Alpha" + "Development Status :: 4 - Beta" ] )