From 90502ab35d531a746308e6a5957a6c162587c45f Mon Sep 17 00:00:00 2001 From: szakeri Date: Mon, 9 Apr 2018 14:09:15 -0600 Subject: [PATCH] @jlongstaf Preparing for the release Issues: Fixes # Problem: Analysis: Tests: --- docs/RELEASE-NOTES.rst | 11 +++++++++++ f5lbaasdriver/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index c8c3e761e..cbc5bcfac 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -5,6 +5,17 @@ Release Notes ============= +v10.3.0 (Newton) +---------------- + +Added Functionality +``````````````````` +* Enhanced F5 Driver L7 policy. + +Limitations +``````````` +* None noted. + v10.2.0 (Newton) ---------------- diff --git a/f5lbaasdriver/__init__.py b/f5lbaasdriver/__init__.py index 27960b7d2..7b8cce4a4 100644 --- a/f5lbaasdriver/__init__.py +++ b/f5lbaasdriver/__init__.py @@ -1 +1 @@ -__version__ = "10.2.0" +__version__ = "10.3.0"