Skip to content

Commit

Permalink
[CHANGE] Version bumped to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Sep 27, 2023
1 parent 5e5ee2e commit d8318f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "development"
target-branch: "master"
schedule:
interval: "daily"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## \[In Development\] - Unreleased

## \[0.0.7\] - 2023-09-27

### Changed

- Moved the build process to PEP 621 / pyproject.toml
- Test suite updated

## \[0.0.6\] - 2023-07-23

Expand Down
2 changes: 1 addition & 1 deletion example/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Initialize the app"""

__version__ = "0.0.6"
__version__ = "0.0.7"
__title__ = "Example"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
]
license = {file = "LICENSE"}
authors = [
{ name = "Peter Pfeufer", email = "development@ppfeufer.de" },
{ name = "Peter Pfeufer", email = "develop@ppfeufer.de" },
]
requires-python = ">=3.8"
classifiers = [
Expand Down

0 comments on commit d8318f2

Please sign in to comment.