Skip to content

Commit

Permalink
🔖 Release version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Bartolomé committed Jan 24, 2022
1 parent 59bd52b commit 85751d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Alvaro Bartolome del Canto'

# The full version, including alpha/beta/rc tags
release = '1.0.7'
release = '1.0.8'


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

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion investpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See LICENSE for details.

__author__ = "Alvaro Bartolome @ alvarobartt in GitHub"
__version__ = "1.0.7"
__version__ = "1.0.8"

from .bonds import (
get_bond_countries,
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.4.3
recommonmark==0.7.1
furo==2021.4.11b34
investpy==1.0.7
investpy==1.0.8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ def requirements(filename):

setup(
name='investpy',
version='1.0.7',
version='1.0.8',
packages=find_packages(),
url='https://investpy.readthedocs.io/',
download_url='https://github.com/alvarobartt/investpy/archive/1.0.7.tar.gz',
download_url='https://github.com/alvarobartt/investpy/archive/1.0.8.tar.gz',
license='MIT License',
author='Alvaro Bartolome',
author_email='[email protected]',
Expand Down

0 comments on commit 85751d7

Please sign in to comment.