Skip to content

Commit 85751d7

Browse files
author
Álvaro Bartolomé
committed
🔖 Release version 1.0.8
1 parent 59bd52b commit 85751d7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Alvaro Bartolome del Canto'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '1.0.7'
24+
release = '1.0.8'
2525

2626

2727
# -- General configuration ---------------------------------------------------
@@ -82,7 +82,7 @@
8282
# further. For a list of options available for each theme, see the
8383
# documentation.
8484
html_theme_options = {
85-
"announcement": "<em>investpy v1.0.7 has just been released! 🔥</em>",
85+
"announcement": "<em>investpy v1.0.8 has just been released! 🔥</em>",
8686
}
8787

8888
# Add any paths that contain custom static files (such as style sheets) here,

investpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See LICENSE for details.
33

44
__author__ = "Alvaro Bartolome @ alvarobartt in GitHub"
5-
__version__ = "1.0.7"
5+
__version__ = "1.0.8"
66

77
from .bonds import (
88
get_bond_countries,

requirements/docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx==3.4.3
22
recommonmark==0.7.1
33
furo==2021.4.11b34
4-
investpy==1.0.7
4+
investpy==1.0.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def requirements(filename):
2020

2121
setup(
2222
name='investpy',
23-
version='1.0.7',
23+
version='1.0.8',
2424
packages=find_packages(),
2525
url='https://investpy.readthedocs.io/',
26-
download_url='https://github.com/alvarobartt/investpy/archive/1.0.7.tar.gz',
26+
download_url='https://github.com/alvarobartt/investpy/archive/1.0.8.tar.gz',
2727
license='MIT License',
2828
author='Alvaro Bartolome',
2929
author_email='[email protected]',

0 commit comments

Comments
 (0)