Skip to content

Commit a262d62

Browse files
authored
Merge pull request #235 from StackStorm/update_v140
Update version to 1.4.0
2 parents 7605774 + a382b97 commit a262d62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
max-line-length = 100
33
enable-extensions = H203,H204,H205,H301,H303,H304,O101,O102
4-
ignore = E203,E402,W503
4+
ignore = H216,E203,E402,W503
55
exclude=*.egg/*

CHANGELOG.rst

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

4-
Developing
5-
----------
4+
1.4.0
5+
-----
66

77
Changed
88
~~~~~~~

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__ = "1.3.0"
15+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)