From e207f71604a260c9eb15e229908aab495ed4fbe2 Mon Sep 17 00:00:00 2001 From: Jesse Myrberg Date: Sat, 9 May 2020 21:16:46 +0300 Subject: [PATCH] Version 0.0.1dev3 (#19) * Bump version to 0.0.1dev3 * Add docs passed to README * Add normal requirements.txt to .readthedocs.yml --- .readthedocs.yml | 3 ++- README.md | 3 +++ docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 826a89f..9c6d5d8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,4 +18,5 @@ formats: all python: version: 3.8 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - requirements: requirements.txt \ No newline at end of file diff --git a/README.md b/README.md index a388033..141e67a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The library provides an easy-to-use API for fetching data from various Finnish w Documentation is available at [https://www.finscraper.readthedocs.io](https://www.finscraper.readthedocs.io). + ## Installation `pip install finscraper` @@ -36,4 +37,6 @@ repository up-to-date all by myself - pull requests are more than welcome! --- +[![Documentation Status](https://readthedocs.org/projects/finscraper/badge/?version=latest)](https://finscraper.readthedocs.io/en/latest/?badge=latest) + Jesse Myrberg (jesse.myrberg@gmail.com) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f36475..05f1ed2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ def add_source_parser(_old_add_source_parser, self, *args, **kwargs): author = 'Jesse Myrberg' # The full version, including alpha/beta/rc tags -release = '0.0.1dev2' +release = '0.0.1dev3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a2f2b51..4962103 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name='finscraper', - version='0.0.1dev2', + version='0.0.1dev3', license='MIT', description='Web scraping API for Finnish websites', long_description=long_description,