diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2018-11-08 19:45:18 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2018-11-08 19:45:18 -0600 |
commit | 8d3b0e40012d92cd0ec33a3f3bf32be0fc4ba05d (patch) | |
tree | b77b602aab92de186708e2cdd77ff556d8b7bf38 | |
parent | 0d5d97e1a128ff5a66a8f664c600fbe8b77fc778 (diff) |
VNFRQTS Updating conf.py version to dublin
Change-Id: I1b20e67d8fc8c1d8366229ff2ca3c7722485c443
Issue-ID: VNFRQTS-478
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | conf.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -108,3 +108,4 @@ Makefile # IDEs .idea/ +invalid_metadata.csv @@ -76,7 +76,7 @@ author = u'Open Network Automation Platform' # |version| and |release|, also used in various other places throughout the # built documents. # The short X.Y version. -version = 'casablanca' +version = 'dublin' # The full version, including alpha/beta/rc tags. release = 'latest' |