Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
theithec committed Nov 6, 2023
1 parent b983e84 commit ed9702a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import django


# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -72,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = "0.9.5"
version = "0.9.8"
# The full version, including alpha/beta/rc tags.
release = "0.9.5"
release = "0.9.8"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 120
target-version = ['py38']
target-version = ['py310']
include = '\.pyi?$'
exclude = '''
(
Expand Down Expand Up @@ -64,7 +64,7 @@ dev = [
include = ["pagetools*"] # p
[project]
name = "django-pagetools"
version = "0.9.7.4"
version = "0.9.8"
description = "Some CMS-like Feaures"
authors = [
{name = "Tim Heithecker", email = "tim.heithecker@gmail.com"},
Expand Down
9 changes: 6 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

build:

Expand All @@ -16,6 +13,12 @@ build:
python: "3.10"

python:
version: "3.10"
install:
- method: pip
path: .
- requirements: docs/requirements.txt

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit ed9702a

Please sign in to comment.