Skip to content

Commit 49a3cd5

Browse files
Fixed the setup issue
setup.py wasn't properly updated after converting package to a single module. Fixed the issues and tested, then bumped version to 1.4.0
1 parent 3d21196 commit 49a3cd5

File tree

13 files changed

+36
-38
lines changed

13 files changed

+36
-38
lines changed
0 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6f9da282e3337aae02675f95b1c481b0
3+
config: eb36d5f8558e907fdf5c6a375fbe44ba
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview: module code &mdash; Python Random User Generator 1.3.0 documentation</title>
11+
<title>Overview: module code &mdash; Python Random User Generator 1.4.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="../index.html"/>
4141

4242

4343
<script src="../_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.3
69+
1.4
7070
</div>
7171

7272

@@ -192,7 +192,7 @@ <h1>All modules for which code is available</h1>
192192
<script type="text/javascript">
193193
var DOCUMENTATION_OPTIONS = {
194194
URL_ROOT:'../',
195-
VERSION:'1.3.0',
195+
VERSION:'1.4.0',
196196
COLLAPSE_INDEX:false,
197197
FILE_SUFFIX:'.html',
198198
HAS_SOURCE: true,

docs/build/html/_modules/randomuser.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>randomuser &mdash; Python Random User Generator 1.3.0 documentation</title>
11+
<title>randomuser &mdash; Python Random User Generator 1.4.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="../genindex.html"/>
3939
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="../index.html"/>
40+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="../index.html"/>
4141
<link rel="up" title="Module code" href="index.html"/>
4242

4343

@@ -67,7 +67,7 @@
6767

6868

6969
<div class="version">
70-
1.3
70+
1.4
7171
</div>
7272

7373

@@ -172,7 +172,7 @@ <h1>Source code for randomuser</h1><div class="highlight"><pre>
172172
<span class="c1"># ----------------------------------------------------------------</span>
173173

174174
<span class="c1"># Python module version</span>
175-
<span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;1.3.0&#39;</span>
175+
<span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;1.4.0&#39;</span>
176176

177177
<span class="c1"># Version of the random user API</span>
178178
<span class="n">API_VERSION</span> <span class="o">=</span> <span class="s1">&#39;1.1&#39;</span>
@@ -505,7 +505,7 @@ <h1>Source code for randomuser</h1><div class="highlight"><pre>
505505
<script type="text/javascript">
506506
var DOCUMENTATION_OPTIONS = {
507507
URL_ROOT:'../',
508-
VERSION:'1.3.0',
508+
VERSION:'1.4.0',
509509
COLLAPSE_INDEX:false,
510510
FILE_SUFFIX:'.html',
511511
HAS_SOURCE: true,

docs/build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: '',
3-
VERSION: '1.3.0',
3+
VERSION: '1.4.0',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/build/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<title>Index &mdash; Python Random User Generator 1.3.0 documentation</title>
12+
<title>Index &mdash; Python Random User Generator 1.4.0 documentation</title>
1313

1414

1515

@@ -38,7 +38,7 @@
3838
<link rel="index" title="Index"
3939
href="#"/>
4040
<link rel="search" title="Search" href="search.html"/>
41-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="index.html"/>
41+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="index.html"/>
4242

4343

4444
<script src="_static/js/modernizr.min.js"></script>
@@ -67,7 +67,7 @@
6767

6868

6969
<div class="version">
70-
1.3
70+
1.4
7171
</div>
7272

7373

@@ -342,7 +342,7 @@ <h2 id="V">V</h2>
342342
<script type="text/javascript">
343343
var DOCUMENTATION_OPTIONS = {
344344
URL_ROOT:'./',
345-
VERSION:'1.3.0',
345+
VERSION:'1.4.0',
346346
COLLAPSE_INDEX:false,
347347
FILE_SUFFIX:'.html',
348348
HAS_SOURCE: true,

docs/build/html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Python Random User Generator &mdash; Python Random User Generator 1.3.0 documentation</title>
11+
<title>Python Random User Generator &mdash; Python Random User Generator 1.4.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="genindex.html"/>
3939
<link rel="search" title="Search" href="search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="#"/>
40+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="#"/>
4141
<link rel="next" title="RandomUser class" href="randomuser.html"/>
4242

4343

@@ -67,7 +67,7 @@
6767

6868

6969
<div class="version">
70-
1.3
70+
1.4
7171
</div>
7272

7373

@@ -234,7 +234,7 @@ <h2>Basic Usage<a class="headerlink" href="#basic-usage" title="Permalink to thi
234234
<script type="text/javascript">
235235
var DOCUMENTATION_OPTIONS = {
236236
URL_ROOT:'./',
237-
VERSION:'1.3.0',
237+
VERSION:'1.4.0',
238238
COLLAPSE_INDEX:false,
239239
FILE_SUFFIX:'.html',
240240
HAS_SOURCE: true,

docs/build/html/modules.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>randomuser &mdash; Python Random User Generator 1.3.0 documentation</title>
11+
<title>randomuser &mdash; Python Random User Generator 1.4.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="genindex.html"/>
3939
<link rel="search" title="Search" href="search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="index.html"/>
40+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="index.html"/>
4141

4242

4343
<script src="_static/js/modernizr.min.js"></script>
@@ -66,7 +66,7 @@
6666

6767

6868
<div class="version">
69-
1.3
69+
1.4
7070
</div>
7171

7272

@@ -200,7 +200,7 @@ <h1>randomuser<a class="headerlink" href="#randomuser" title="Permalink to this
200200
<script type="text/javascript">
201201
var DOCUMENTATION_OPTIONS = {
202202
URL_ROOT:'./',
203-
VERSION:'1.3.0',
203+
VERSION:'1.4.0',
204204
COLLAPSE_INDEX:false,
205205
FILE_SUFFIX:'.html',
206206
HAS_SOURCE: true,

docs/build/html/objects.inv

0 Bytes
Binary file not shown.

docs/build/html/randomuser.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>RandomUser class &mdash; Python Random User Generator 1.3.0 documentation</title>
11+
<title>RandomUser class &mdash; Python Random User Generator 1.4.0 documentation</title>
1212

1313

1414

@@ -37,7 +37,7 @@
3737
<link rel="index" title="Index"
3838
href="genindex.html"/>
3939
<link rel="search" title="Search" href="search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.3.0 documentation" href="index.html"/>
40+
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="index.html"/>
4141
<link rel="prev" title="Python Random User Generator" href="index.html"/>
4242

4343

@@ -67,7 +67,7 @@
6767

6868

6969
<div class="version">
70-
1.3
70+
1.4
7171
</div>
7272

7373

@@ -554,7 +554,7 @@ <h1>RandomUser class<a class="headerlink" href="#randomuser-class" title="Permal
554554
<script type="text/javascript">
555555
var DOCUMENTATION_OPTIONS = {
556556
URL_ROOT:'./',
557-
VERSION:'1.3.0',
557+
VERSION:'1.4.0',
558558
COLLAPSE_INDEX:false,
559559
FILE_SUFFIX:'.html',
560560
HAS_SOURCE: true,

0 commit comments

Comments
 (0)