Skip to content

Commit 0ef486e

Browse files
Merge pull request #6 from matheusfelipeog/fix/build-docs-and-update-version
Fix error on build docs and update version from 1.0.0 to 1.0.1
2 parents a21e2aa + 1713eaa commit 0ef486e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
copyright = '2021, Matheus Felipe'
2222
author = 'Matheus Felipe'
2323

24+
# The version info for the project you're documenting, acts as replacement for
25+
# |version| and |release|, also used in various other places throughout the
26+
# built documents.
27+
#
28+
# The short X.Y version.
29+
version = 'v1.0'
30+
# The full version, including alpha/beta/rc tags.
31+
release = 'v1.0.1'
32+
2433
# -- General configuration ---------------------------------------------------
2534

2635
# Add any Sphinx extension module names here, as strings. They can be

worldometer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.0.1'
44
__author__ = 'Matheus Felipe'
55
__email__ = 'matheusfelipeog@protonmail.com'

0 commit comments

Comments
 (0)