Skip to content

Commit

Permalink
bump: version 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed May 2, 2024
1 parent 0189bdb commit f4d5a15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion copier_template_tester/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from beartype.roar import BeartypeDecorHintPep585DeprecationWarning
from typing_extensions import Self

__version__ = '2.1.1'
__version__ = '2.1.2'
__pkg_name__ = 'copier_template_tester'


Expand Down
8 changes: 8 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

### Fix

- **#31**: defer to copier for template loading logic

### Refactor

- update ruff

## 2.1.1 (2023-11-23)

### Fix
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ poetry config pypi-token.pypi ...
|-------------------------------------------------|--------------|-----------|------------|------------|
| `copier_template_tester/__init__.py` | 17 | 0 | 17 | 100.0% |
| `copier_template_tester/_config.py` | 14 | 0 | 3 | 100.0% |
| `copier_template_tester/_pre_commit_support.py` | 13 | 0 | 0 | 94.1% |
| `copier_template_tester/_pre_commit_support.py` | 13 | 0 | 0 | 93.3% |
| `copier_template_tester/_write_output.py` | 76 | 0 | 13 | 96.9% |
| `copier_template_tester/main.py` | 30 | 4 | 14 | 86.7% |
| **Totals** | 150 | 4 | 47 | 95.6% |
| **Totals** | 150 | 4 | 47 | 95.5% |

Generated on: 2024-04-18
Generated on: 2024-05-02
<!-- {cte} -->
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.commitizen]
version = "2.1.1"
version = "2.1.2"
version_files = ["copier_template_tester/__init__.py:^__version", "pyproject.toml:^version"]

[tool.poetry]
Expand All @@ -25,7 +25,7 @@ maintainers = []
name = "copier_template_tester"
readme = "docs/README.md"
repository = "https://github.com/kyleking/copier-template-tester"
version = "2.1.1"
version = "2.1.2"

[tool.poetry.dependencies]
python = "^3.10.5"
Expand Down

0 comments on commit f4d5a15

Please sign in to comment.