Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: jshwi <stephen@jshwisolutions.com>
  • Loading branch information
jshwi committed Jan 4, 2023
1 parent 2134ab1 commit 8e74ffd
Show file tree
Hide file tree
Showing 7 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.7.0
current_version = 0.8.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/constcheck/compare/v0.7.0...HEAD)
[Unreleased](https://github.com/jshwi/constcheck/compare/v0.8.0...HEAD)
------------------------------------------------------------------------

[0.8.0](https://github.com/jshwi/constcheck/releases/tag/v0.8.0) - 2023-01-04
------------------------------------------------------------------------
### Added
- Add py.typed
Expand Down
2 changes: 1 addition & 1 deletion constcheck/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Allows for access to the version internally without cyclic imports
caused by accessing it through __init__.
"""
__version__ = "0.7.0"
__version__ = "0.8.0"
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.7.0"
release = "0.8.0"


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 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 @@ -52,5 +52,5 @@
"toml:sort": "poetry run pyaud sort-pyproject",
"types": "poetry run pyaud typecheck"
},
"version": "0.7.0"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ maintainers = [
name = "constcheck"
readme = "README.rst"
repository = "https://github.com/jshwi/constcheck"
version = "0.7.0"
version = "0.8.0"

[tool.poetry.dependencies]
arcon = "^0.1.0"
Expand Down

0 comments on commit 8e74ffd

Please sign in to comment.