Skip to content

Commit bbf4df7

Browse files
authored
Merge pull request #167 from StackStorm/change-version
Change the version number to the semver format
2 parents 799ba19 + 017ec14 commit bbf4df7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Changelog
22
=========
33

4-
0.6
5-
---
4+
1.0.0
5+
-----
66

77
Changed
88
~~~~~~~
99

10+
* Change the version number to the semver format and from 0.6 -> 1.0.0 to indicate GA.
1011
* Rephrased the error message for the unreachable join task. Fixes #162 (improvement)
1112

1213
Fixed

orquesta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.5'
15+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)