2 <html class="writer-html5" lang="en" >
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>Developers Guide — ric-app-rc master documentation</title>
7 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
8 <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
9 <link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
10 <link rel="shortcut icon" href="_static/favicon.ico"/>
12 <script src="_static/js/html5shiv.min.js"></script>
15 <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
16 <script src="_static/jquery.js"></script>
17 <script src="_static/underscore.js"></script>
18 <script src="_static/doctools.js"></script>
19 <script src="_static/js/theme.js"></script>
20 <link rel="index" title="Index" href="genindex.html" />
21 <link rel="search" title="Search" href="search.html" />
22 <link rel="prev" title="Installation Guide" href="installation-guide.html" />
25 <body class="wy-body-for-nav">
26 <div class="wy-grid-for-nav">
27 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
28 <div class="wy-side-scroll">
29 <div class="wy-side-nav-search" style="background: white" >
30 <a href="index.html" class="icon icon-home"> ric-app-rc
31 <img src="_static/logo.png" class="logo" alt="Logo"/>
37 <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
38 <input type="text" name="q" placeholder="Search docs" />
39 <input type="hidden" name="check_keywords" value="yes" />
40 <input type="hidden" name="area" value="default" />
43 </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
44 <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
46 <li class="toctree-l1"><a class="reference internal" href="overview.html">rc Control Overview</a></li>
47 <li class="toctree-l1"><a class="reference internal" href="release-notes.html">Release Notes</a></li>
48 <li class="toctree-l1"><a class="reference internal" href="installation-guide.html">Installation Guide</a></li>
49 <li class="toctree-l1 current"><a class="current reference internal" href="#">Developers Guide</a><ul>
50 <li class="toctree-l2"><a class="reference internal" href="#version-bumping-the-xapp">Version bumping the Xapp</a></li>
59 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: white" >
60 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
61 <a href="index.html">ric-app-rc</a>
64 <div class="wy-nav-content">
65 <div class="rst-content">
66 <div role="navigation" aria-label="Page navigation">
67 <ul class="wy-breadcrumbs">
68 <li><a href="index.html" class="icon icon-home"></a> »</li>
69 <li>Developers Guide</li>
70 <li class="wy-breadcrumbs-aside">
71 <a href="_sources/developers-guide.rst.txt" rel="nofollow"> View page source</a>
76 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
77 <div itemprop="articleBody">
79 <div class="section" id="developers-guide">
80 <h1>Developers Guide<a class="headerlink" href="#developers-guide" title="Permalink to this headline"></a></h1>
81 <div class="contents local topic" id="contents">
83 <li><p><a class="reference internal" href="#version-bumping-the-xapp" id="id1">Version bumping the Xapp</a></p></li>
86 <div class="section" id="version-bumping-the-xapp">
87 <h2><a class="toc-backref" href="#id1">Version bumping the Xapp</a><a class="headerlink" href="#version-bumping-the-xapp" title="Permalink to this headline"></a></h2>
88 <p>This project follows semver. When changes are made, update the version strings in:</p>
89 <ol class="arabic simple">
90 <li><p><code class="docutils literal notranslate"><span class="pre">container-tag.yaml</span></code></p></li>
91 <li><p><code class="docutils literal notranslate"><span class="pre">docs/release-notes.rst</span></code></p></li>
92 <li><p><code class="docutils literal notranslate"><span class="pre">setup.py</span></code></p></li>
93 <li><p><code class="docutils literal notranslate"><span class="pre">xapp-descriptor/config.json</span></code></p></li>
101 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
102 <a href="installation-guide.html" class="btn btn-neutral float-left" title="Installation Guide" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
107 <div role="contentinfo">
108 <p>© Copyright 2021, O-RAN Project.</p>
111 Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
112 <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
113 provided by <a href="https://readthedocs.org">Read the Docs</a>.
123 SphinxRtdTheme.Navigation.enable(false);