Skip to content

Commit

Permalink
bump: version 0.53.3 → 0.54.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 May 21, 2024
1 parent 4a423c3 commit be8a6e4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.53.3
current_version = 0.54.0
commit = True
tag = True
sign_tags = True
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

[Unreleased](https://github.com/jshwi/docsig/compare/v0.53.3...HEAD)
[Unreleased](https://github.com/jshwi/docsig/compare/v0.54.0...HEAD)
------------------------------------------------------------------------

[0.54.0](https://github.com/jshwi/docsig/releases/tag/v0.54.0) - 2024-05-21
------------------------------------------------------------------------
### Added
- description-missing check
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ It can be added to your .pre-commit-config.yaml as follows:
repos:
- repo: https://github.com/jshwi/docsig
rev: v0.53.3
rev: v0.54.0
hooks:
- id: docsig
args:
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.53.3 | :white_check_mark: |
| 0.54.0 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
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.53.3"
release = "0.54.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.53.3"
__version__ = "0.54.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": "poetry run bump2version minor",
"bump:patch": "poetry run bump2version patch"
},
"version": "0.53.3"
"version": "0.54.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ maintainers = [
name = "docsig"
readme = "README.rst"
repository = "https://github.com/jshwi/docsig"
version = "0.53.3"
version = "0.54.0"

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

0 comments on commit be8a6e4

Please sign in to comment.