Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
bump: version 0.3.5 → 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Nov 11, 2022
1 parent bb9b9c6 commit 97b733e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### Fix

- rufix: resolve pyreverse path and ptw is poetry-only

## 0.3.5 (2022-11-10)

### Fix

- another issue with cz bump...

## 0.3.4 (2022-11-10)
Expand Down
2 changes: 1 addition & 1 deletion pattern_feedback_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from beartype.roar import BeartypeDecorHintPep585DeprecationWarning

__version__ = '0.3.5'
__version__ = '0.3.6'
__pkg_name__ = 'pattern_feedback_tool'

# FYI: https://github.com/beartype/beartype#are-we-on-the-worst-timeline
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pythons = ["3.10"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.5"
version = "0.3.6"
version_files = ["pyproject.toml", "pattern_feedback_tool/__init__.py"]

[tool.isort]
Expand All @@ -29,7 +29,7 @@ multi_line_output = 5

[tool.poetry]
name = "pattern_feedback_tool"
version = "0.3.5"
version = "0.3.6"
description = "Design Pattern Feedback Tool"
license = "MIT"
authors = ["Kyle King <dev.act.kyle@gmail.com>"]
Expand Down

0 comments on commit 97b733e

Please sign in to comment.