Skip to content

Commit

Permalink
Merge pull request #30 from XXII-AI/v1.0
Browse files Browse the repository at this point in the history
Bump version to 1.0.0
  • Loading branch information
ClementPinard authored Sep 24, 2024
2 parents c025c91 + 509aca9 commit 863cf34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/_static/version_switcher.json
Original file line number Diff line number Diff line change
@@ -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/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lours"
version = "0.1.0"
version = "1.0.0.post0"
description = ""
authors = ["Lilian Glaudin <lilian.glaudin@xxii.fr>",
"Clément Pinard <mail@clementpinard.fr>",
Expand Down

0 comments on commit 863cf34

Please sign in to comment.