diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d49d8b..8f50673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.0.0] - 2024-09-24 + ### Added - Github CI, with pytest, codecov, sphinx and pyright #9 diff --git a/README.md b/README.md index f46e425..82278c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://img.shields.io/codecov/c/gh/XXII-AI/lours?logo=codecov&color=cyan)](https://codecov.io/gh/XXII-AI/Lours) ![GitHub License](https://img.shields.io/github/license/XXII-AI/Lours?color=violet&logo=license) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lours?logo=python) ![PyPI - Version](https://img.shields.io/pypi/v/lours?logo=pypi) ![PyPI - Downloads](https://img.shields.io/pypi/dm/lours?color=yellow) ![Read the Docs](https://img.shields.io/readthedocs/lours?logo=readthedocs&color=orange) -![logo lours](docs/_static/logo-title-readme.png) +![logo lours](https://github.com/XXII-AI/Lours/raw/main/docs/_static/logo-title-readme.png) Lours, the pandas companion diff --git a/docs/_static/version_switcher.json b/docs/_static/version_switcher.json index 6477cbe..1bf7c53 100644 --- a/docs/_static/version_switcher.json +++ b/docs/_static/version_switcher.json @@ -1,7 +1,7 @@ [ { - "name": "v0.1.0", - "version": "0.1.0", + "name": "v1.0.0", + "version": "1.0.0", "url": "https://lours.readthedocs.io/stable/" }, { diff --git a/docs/conf.py b/docs/conf.py index a306517..b7bed72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ html_logo = "_static/logo.png" # Define the json_url for our version switcher. -json_url = "https://lours.readthedocs.io/en/latest/_static/switcher.json" +json_url = "https://lours.readthedocs.io/latest/_static/switcher.json" # Define the version we use for matching in the version switcher. version_match = os.environ.get("READTHEDOCS_VERSION") diff --git a/pyproject.toml b/pyproject.toml index 97f88a8..1b24e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lours" -version = "0.1.0" +version = "1.0.0.post0" description = "" authors = ["Lilian Glaudin ", "Clément Pinard ",