Skip to content

Commit

Permalink
Merge pull request #235 from StackStorm/update_v140
Browse files Browse the repository at this point in the history
Update version to 1.4.0
  • Loading branch information
m4dcoder authored May 20, 2021
2 parents 7605774 + a382b97 commit a262d62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 100
enable-extensions = H203,H204,H205,H301,H303,H304,O101,O102
ignore = E203,E402,W503
ignore = H216,E203,E402,W503
exclude=*.egg/*
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Developing
----------
1.4.0
-----

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion orquesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.3.0"
__version__ = "1.4.0"

0 comments on commit a262d62

Please sign in to comment.