diff --git a/.flake8 b/.flake8 index ccc6d513..91672d7b 100644 --- a/.flake8 +++ b/.flake8 @@ -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/* diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 33bd0bf1..3c23255d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -Developing ----------- +1.4.0 +----- Changed ~~~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 91d356de..5d2bd5a2 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -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"