Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 8, 2023
1 parent 8f7c377 commit 78f9184
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [2.0.2] - 2023-12-08
### Added
- Use only pyproject.toml
### Removed
- __init__.py files in example_site

## [2.0.1] - 2023-12-07
### Added
- Python 3.12 support
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ maintainers = [
name = "htmd"
readme = "README.md"
requires-python = ">=3.10"
version = "2.0.1"
version = "2.0.2"

[project.scripts]
htmd = "htmd.cli:cli"
Expand Down
2 changes: 1 addition & 1 deletion deployment.md → release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Release Steps

- Change version in setup.cfg
- Change version in pyproject.toml
- Add changes to CHANGELOG.md

```shell
Expand Down

0 comments on commit 78f9184

Please sign in to comment.