We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799ba19 + 017ec14 commit bbf4df7Copy full SHA for bbf4df7
CHANGELOG.rst
@@ -1,12 +1,13 @@
1
Changelog
2
=========
3
4
-0.6
5
----
+1.0.0
+-----
6
7
Changed
8
~~~~~~~
9
10
+* Change the version number to the semver format and from 0.6 -> 1.0.0 to indicate GA.
11
* Rephrased the error message for the unreachable join task. Fixes #162 (improvement)
12
13
Fixed
orquesta/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = '0.5'
+__version__ = '1.0.0'
0 commit comments