Skip to content

Commit

Permalink
bump: version 0.64.1 → 0.65.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Whitlock <stephen@jshwisolutions.com>
  • Loading branch information
jshwi committed Nov 27, 2024
1 parent 55ea820 commit 151748e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and the changes for the upcoming release can be found in

<!-- release notes start -->

## [0.65.0](https://github.com/jshwi/docsig/tree/v0.65.0) - 2024-11-27

### Removed

- summary option ([#495](https://github.com/jshwi/docsig/issues/495))

## [0.64.1](https://github.com/jshwi/docsig/tree/v0.64.1) - 2024-11-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.64.1
VERSION := 0.65.0

POETRY := bin/poetry/bin/poetry

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ensure your installation has registered `docsig`
.. code-block:: console
$ flake8 --version
7.1.0 (docsig: 0.64.1, mccabe: 0.7.0, pycodestyle: 2.12.0, pyflakes: 3.2.0) CPython 3.8.13 on Darwin
7.1.0 (docsig: 0.65.0, mccabe: 0.7.0, pycodestyle: 2.12.0, pyflakes: 3.2.0) CPython 3.8.13 on Darwin
And now use `flake8` to lint your files

Expand Down Expand Up @@ -242,7 +242,7 @@ Standalone
repos:
- repo: https://github.com/jshwi/docsig
rev: v0.64.1
rev: v0.65.0
hooks:
- id: docsig
args:
Expand All @@ -261,7 +261,7 @@ or integrated with ``flake8``
hooks:
- id: flake8
additional_dependencies:
- docsig==0.64.1
- docsig==0.65.0
args:
- "--sig-check-class"
- "--sig-check-dunders"
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
|---------|--------------------|
| 0.64.1 | :white_check_mark: |
| 0.65.0 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
1 change: 0 additions & 1 deletion changelog/495.remove.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Stephen Whitlock"

# The full version, including alpha/beta/rc tags
release = "0.64.1"
release = "0.65.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docsig/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
caused by accessing it through __init__.
"""

__version__ = "0.64.1"
__version__ = "0.65.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"bump:minor": "make bump part=minor",
"bump:patch": "make bump part=patch"
},
"version": "0.64.1"
"version": "0.65.0"
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line-length = 79
allow_dirty = true
commit = true
commit_args = "-sS"
current_version = "0.64.1"
current_version = "0.65.0"
message = "bump: version {current_version} → {new_version}"
sign_tags = true
tag = true
Expand Down Expand Up @@ -131,7 +131,7 @@ maintainers = [
name = "docsig"
readme = "README.rst"
repository = "https://github.com/jshwi/docsig"
version = "0.64.1"
version = "0.65.0"

[tool.poetry.dependencies]
Sphinx = "^7.0.0"
Expand Down

0 comments on commit 151748e

Please sign in to comment.