From 23d49decb4ab95d81396e00f601acaba51a1d647 Mon Sep 17 00:00:00 2001 From: Nathan Patton Date: Tue, 9 May 2023 14:40:21 -0500 Subject: [PATCH] upgrade to pythonbible 0.9 --- README.md | 50 +++++++++++++++++++++++++++++------------ djangobible/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 39 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2b9c5be..f022b76 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,42 @@ The djangobible library is a Django app that wraps the [pythonbible](https://github.com/avendesora/pythonbible) library and provides models, managers, and other tools to easily index an object by a scripture reference. -[![PyPI version](https://img.shields.io/pypi/v/djangobible?color=blue&logo=pypi&logoColor=lightgray)](https://pypi.org/project/djangobible/) -[![license MIT](https://img.shields.io/badge/license-MIT-orange.svg)](https://opensource.org/licenses/MIT) - -![Django CI](https://github.com/avendesora/djangobible/workflows/Django%20CI/badge.svg) -[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/83a28131bf6642ed9e439344122686fc)](https://www.codacy.com/gh/avendesora/djangobible/dashboard?utm_source=github.com&utm_medium=referral&utm_content=avendesora/djangobible&utm_campaign=Badge_Coverage) - -![CodeQL](https://github.com/avendesora/djangobible/workflows/CodeQL/badge.svg) -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ca34603bdaf8446ba288430b69092093)](https://app.codacy.com/gh/avendesora/djangobible?utm_source=github.com&utm_medium=referral&utm_content=avendesora/djangobible&utm_campaign=Badge_Grade_Settings) - -[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/avendesora/djangobible/main.svg)](https://results.pre-commit.ci/latest/github/avendesora/djangobible/main) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) - -[![Python 3.10](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue?logo=python&logoColor=lightgray)](https://www.python.org/downloads/) -[![Django 3.2+](https://img.shields.io/badge/Django-3.2%20%7C%204.0%20%7C%204.1%20%7C%204.2-blue)](https://www.djangoproject.com/download/) + + + + + + + + + + + + + + + + + + + + + +
Latest Version + + +
License
Tests + + +
Code Quality + +
+ + +
Supported Python/Django Versions +
+ +
## Installation diff --git a/djangobible/__init__.py b/djangobible/__init__.py index 123c0f2..43d90a4 100644 --- a/djangobible/__init__.py +++ b/djangobible/__init__.py @@ -7,6 +7,6 @@ from __future__ import annotations -__version__ = "0.0.26" +__version__ = "0.0.27" from pythonbible import * diff --git a/pyproject.toml b/pyproject.toml index eaa34d4..5bc1801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description-file = "README.md" requires-python = ">=3.7" requires = [ "Django >=3.2.0", - "pythonbible >=0.8", + "pythonbible >=0.9", ] [tool.flit.metadata.requires-extra] diff --git a/requirements.txt b/requirements.txt index 2ef47a5..e5295bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Django>=3.2.0 -pythonbible>=0.8 +pythonbible>=0.9