Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Oberhuber2016-09-11 21:06:45 +0000
committerMartin Oberhuber2016-09-11 21:06:45 +0000
commit1d75246485e8cfb2d018e5bcc300d7f91b029b26 (patch)
tree9b2b6be8c46e6b470548e16f87c2f494fc66624f /python
parent093b8777f99eedf5df25429a92678f4c25351601 (diff)
downloadorg.eclipse.tcf-1d75246485e8cfb2d018e5bcc300d7f91b029b26.tar.gz
org.eclipse.tcf-1d75246485e8cfb2d018e5bcc300d7f91b029b26.tar.xz
org.eclipse.tcf-1d75246485e8cfb2d018e5bcc300d7f91b029b26.zip
Releng: Upversion TCF and TE to 1.5 everywhere
Change-Id: I9867f01cb929fee50b53ebfa59ddeeac84e5c9bd Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Diffstat (limited to 'python')
-rw-r--r--python/src/docs/rst/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/src/docs/rst/conf.py b/python/src/docs/rst/conf.py
index b25180858..2289f2b77 100644
--- a/python/src/docs/rst/conf.py
+++ b/python/src/docs/rst/conf.py
@@ -18,8 +18,8 @@ if year > 2016:
copyright = span # @ReservedAssignment
-version = '1.4'
-release = '1.4'
+version = '1.5'
+release = '1.5'
exclude_patterns = ['_build', 'globals.rst']

Back to the top