Skip to content

Commit

Permalink
bump: version 0.44.2 → 0.44.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Whitlock <stephen@jshwisolutions.com>
  • Loading branch information
jshwi committed Mar 24, 2024
1 parent fa97c0c commit 883665f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 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.44.2
current_version = 0.44.3
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.44.2...HEAD)
[Unreleased](https://github.com/jshwi/docsig/compare/v0.44.3...HEAD)
------------------------------------------------------------------------

[0.44.3](https://github.com/jshwi/docsig/releases/tag/v0.44.3) - 2024-03-24
------------------------------------------------------------------------
### Fixed
- treat `functools.cached_property` as a property
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ It can be added to your .pre-commit-config.yaml as follows:
repos:
- repo: https://github.com/jshwi/docsig
rev: v0.44.2
rev: v0.44.3
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 @@ -22,7 +22,7 @@
author = "Stephen Whitlock"

# The full version, including alpha/beta/rc tags
release = "0.44.2"
release = "0.44.3"


# -- 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.44.2"
__version__ = "0.44.3"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"toml:sort": "poetry run pyaud sort-pyproject",
"types": "poetry run pyaud typecheck"
},
"version": "0.44.2"
"version": "0.44.3"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ maintainers = [
name = "docsig"
readme = "README.rst"
repository = "https://github.com/jshwi/docsig"
version = "0.44.2"
version = "0.44.3"

[tool.poetry.dependencies]
Pygments = "^2.13.0"
Expand Down

0 comments on commit 883665f

Please sign in to comment.