diff options
| author | 2022-05-30 19:10:35 +0100 | |
|---|---|---|
| committer | 2022-05-30 19:10:35 +0100 | |
| commit | 6659680429eec1dd0d45a6332a329a8b5e5a0d0b (patch) | |
| tree | b5b1c6133f8f56e4788d119c3c9378c670137054 /pyproject.toml | |
| parent | Merge pull request #78 from python-discord/bump-d.py (diff) | |
| parent | Fix Bullet Points In Changelog (diff) | |
Merge pull request #79 from python-discord/upgrade-docsv7.1.1
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 6c5d3c37..4290417f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@  [tool.poetry]  name = "bot-core" -version = "7.1.0" +version = "7.1.1"  description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."  authors = ["Python Discord <[email protected]>"]  license = "MIT" @@ -43,14 +43,13 @@ Sphinx = "4.5.0"  GitPython = "3.1.27"  sphinx-autodoc-typehints = "1.18.1"  furo = "2022.4.7" - +releases = "1.6.3" +sphinx-multiversion = "0.2.4"  [tool.taskipy.tasks]  lint = "pre-commit run --all-files"  precommit = "pre-commit install" -apidoc = "sphinx-apidoc -o docs/output botcore -feM" -builddoc = "sphinx-build -nW -j auto -b html docs docs/build" -docs = "task apidoc && task builddoc" +docs = "sphinx-build -nW -j auto -b html docs docs/build"  test = "pytest -n 8 --ff"  retest = "pytest -n 8 --lf" | 
