diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fec6d030..4a89f8bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -Development ------------ +1.5.0 +----- Fixed ~~~~~ diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 5d2bd5a2..506a36e3 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.4.0" +__version__ = "1.5.0"