Skip to content

Commit

Permalink
bump: version 0.53.1 → 0.53.2
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 8, 2024
1 parent b1a6fc7 commit 0fe49fd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 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.1
current_version = 0.53.2
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.1...HEAD)
[Unreleased](https://github.com/jshwi/docsig/compare/v0.53.2...HEAD)
------------------------------------------------------------------------

[0.53.2](https://github.com/jshwi/docsig/releases/tag/v0.53.2) - 2024-05-09
------------------------------------------------------------------------
### Fixed
- raise E102 before E107 considered
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.1
rev: v0.53.2
hooks:
- id: docsig
args:
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.1"
release = "0.53.2"


# -- 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.1"
__version__ = "0.53.2"
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.1"
"version": "0.53.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ maintainers = [
name = "docsig"
readme = "README.rst"
repository = "https://github.com/jshwi/docsig"
version = "0.53.1"
version = "0.53.2"

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

0 comments on commit 0fe49fd

Please sign in to comment.