Skip to content

Commit

Permalink
Updated Changelog and version for upcoming release;
Browse files Browse the repository at this point in the history
Also fixing the readthedocs configuration due to readthedocs/readthedocs.org#10290

Fixing build status images on docs and README
  • Loading branch information
carl-tstpd committed May 12, 2023
1 parent 1ebef6c commit 659727f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
#########

Version 1.10.0
-------------

**New**:

* Prospector profiles can now be loaded from external packages, meaning that behaviour can be packaged and re-used across projects - `#604 <https://github.com/PyCQA/prospector/pull/604>`_
* Added pyright as an optional additional tool - `#612 <https://github.com/PyCQA/prospector/pull/612>`_
* `use-dmypy` option now passed through to MyPy `#611 <https://github.com/PyCQA/prospector/pull/611>`_

Version 1.9.0
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ prospector
.. image:: https://img.shields.io/pypi/v/prospector.svg
:target: https://pypi.python.org/pypi/prospector
:alt: Latest Version of Prospector
.. image:: https://github.com/PyCQA/prospector/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/PyCQA/prospector/actions/workflows/ci.yaml
.. image:: https://github.com/PyCQA/prospector/actions/workflows/tests.yml/badge.svg
:target: https://github.com/PyCQA/prospector/actions/workflows/tests.yml
:alt: Build Status
.. image:: https://img.shields.io/coveralls/PyCQA/prospector.svg?style=flat
:target: https://coveralls.io/r/PyCQA/prospector
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ About
.. image:: https://img.shields.io/pypi/v/prospector.svg
:target: https://pypi.python.org/pypi/prospector
:alt: Latest Version of Prospector
.. image:: https://travis-ci.org/PyCQA/prospector.png?branch=master
:target: https://travis-ci.org/PyCQA/prospector
.. image:: https://github.com/PyCQA/prospector/actions/workflows/tests.yml/badge.svg
:target: https://github.com/PyCQA/prospector/actions/workflows/tests.yml
:alt: Build Status
.. image:: https://img.shields.io/coveralls/PyCQA/prospector.svg?style=flat
:target: https://coveralls.io/r/PyCQA/prospector
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 = "prospector"
version = "1.9.1"
version = "1.10.0"
description = "Prospector is a tool to analyse Python code by aggregating the result of other tools."
authors = ["Carl Crowder <git@carlcrowder.com>"]
maintainers = ["Carl Crowder <git@carlcrowder.com>",
Expand Down

0 comments on commit 659727f

Please sign in to comment.