Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Linares committed Aug 21, 2018
1 parent 86c2ceb commit 146a380
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 33 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/norfs.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0ea819a221ca9694acbcf05d296b1a08
config: e97985c847bb8fe17830a5cfed4c7e3a
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/index.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; norfs 1.3.2 documentation</title>
<title>Overview: module code &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/_build/html/_modules/norfs.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs &#8212; norfs 1.3.2 documentation</title>
<title>norfs &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
Expand All @@ -33,9 +33,9 @@

<h1>Source code for norfs</h1><div class="highlight"><pre>
<div class="viewcode-block" id="Version"><a class="viewcode-back" href="../norfs.html#norfs.Version">[docs]</a><span></span><span class="k">class</span> <span class="nc">Version</span><span class="p">:</span>
<span class="n">MAJOR</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;1&quot;</span>
<span class="n">MINOR</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;3&quot;</span>
<span class="n">PATCH</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2&quot;</span>
<span class="n">MAJOR</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;2&quot;</span>
<span class="n">MINOR</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0&quot;</span>
<span class="n">PATCH</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0&quot;</span>

<span class="n">VERSION</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;.&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">((</span><span class="n">MAJOR</span><span class="p">,</span> <span class="n">MINOR</span><span class="p">))</span>
<span class="n">RELEASE</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;.&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">((</span><span class="n">MAJOR</span><span class="p">,</span> <span class="n">MINOR</span><span class="p">,</span> <span class="n">PATCH</span><span class="p">))</span></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/client.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.client &#8212; norfs 1.3.2 documentation</title>
<title>norfs.client &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/copy/base.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.copy.base &#8212; norfs 1.3.2 documentation</title>
<title>norfs.copy.base &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/copy/local.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.copy.local &#8212; norfs 1.3.2 documentation</title>
<title>norfs.copy.local &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/copy/s3.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.copy.s3 &#8212; norfs 1.3.2 documentation</title>
<title>norfs.copy.s3 &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/filesystem.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.filesystem &#8212; norfs 1.3.2 documentation</title>
<title>norfs.filesystem &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/fs/base.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.fs.base &#8212; norfs 1.3.2 documentation</title>
<title>norfs.fs.base &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/fs/local.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.fs.local &#8212; norfs 1.3.2 documentation</title>
<title>norfs.fs.local &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/fs/memory.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.fs.memory &#8212; norfs 1.3.2 documentation</title>
<title>norfs.fs.memory &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/fs/s3.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.fs.s3 &#8212; norfs 1.3.2 documentation</title>
<title>norfs.fs.s3 &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_modules/norfs/helpers.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.helpers &#8212; norfs 1.3.2 documentation</title>
<title>norfs.helpers &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.3.2',
VERSION: '2.0.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/examples.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Examples &#8212; norfs 1.3.2 documentation</title>
<title>Examples &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/genindex.html
Expand Up @@ -7,7 +7,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index &#8212; norfs 1.3.2 documentation</title>
<title>Index &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs &#8212; norfs 1.3.2 documentation</title>
<title>norfs &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/norfs.copy.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.copy package &#8212; norfs 1.3.2 documentation</title>
<title>norfs.copy package &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/norfs.fs.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs.fs package &#8212; norfs 1.3.2 documentation</title>
<title>norfs.fs package &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/_build/html/norfs.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>norfs package &#8212; norfs 1.3.2 documentation</title>
<title>norfs package &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down Expand Up @@ -396,27 +396,27 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<dl class="attribute">
<dt id="norfs.Version.MAJOR">
<code class="descname">MAJOR</code><em class="property"> = '1'</em><a class="headerlink" href="#norfs.Version.MAJOR" title="Permalink to this definition"></a></dt>
<code class="descname">MAJOR</code><em class="property"> = '2'</em><a class="headerlink" href="#norfs.Version.MAJOR" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="norfs.Version.MINOR">
<code class="descname">MINOR</code><em class="property"> = '3'</em><a class="headerlink" href="#norfs.Version.MINOR" title="Permalink to this definition"></a></dt>
<code class="descname">MINOR</code><em class="property"> = '0'</em><a class="headerlink" href="#norfs.Version.MINOR" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="norfs.Version.PATCH">
<code class="descname">PATCH</code><em class="property"> = '2'</em><a class="headerlink" href="#norfs.Version.PATCH" title="Permalink to this definition"></a></dt>
<code class="descname">PATCH</code><em class="property"> = '0'</em><a class="headerlink" href="#norfs.Version.PATCH" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="norfs.Version.RELEASE">
<code class="descname">RELEASE</code><em class="property"> = '1.3.2'</em><a class="headerlink" href="#norfs.Version.RELEASE" title="Permalink to this definition"></a></dt>
<code class="descname">RELEASE</code><em class="property"> = '2.0.0'</em><a class="headerlink" href="#norfs.Version.RELEASE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="attribute">
<dt id="norfs.Version.VERSION">
<code class="descname">VERSION</code><em class="property"> = '1.3'</em><a class="headerlink" href="#norfs.Version.VERSION" title="Permalink to this definition"></a></dt>
<code class="descname">VERSION</code><em class="property"> = '2.0'</em><a class="headerlink" href="#norfs.Version.VERSION" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/py-modindex.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Python Module Index &#8212; norfs 1.3.2 documentation</title>
<title>Python Module Index &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/search.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Search &#8212; norfs 1.3.2 documentation</title>
<title>Search &#8212; norfs 2.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions norfs/__init__.py
@@ -1,7 +1,7 @@
class Version:
MAJOR: str = "1"
MINOR: str = "3"
PATCH: str = "2"
MAJOR: str = "2"
MINOR: str = "0"
PATCH: str = "0"

VERSION: str = ".".join((MAJOR, MINOR))
RELEASE: str = ".".join((MAJOR, MINOR, PATCH))

0 comments on commit 146a380

Please sign in to comment.