Skip to content

Commit

Permalink
Release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
geozeke committed Jan 26, 2025
1 parent b295ddb commit 3ccdf06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.2.1][0.2.1] - 2025-01-26
## [0.2.5][0.2.5] - 2025-01-26

_Public Release._

Expand All @@ -21,4 +21,4 @@ _Beta Release._
[0.1.2]: https://github.com/geozeke/smvp/releases/tag/v0.1.2
[issue1]: https://github.com/geozeke/smvp/issues/1
[0.2.0]: https://github.com/geozeke/smvp/releases/tag/v0.2.0
[0.2.1]: https://github.com/geozeke/smvp/releases/tag/v0.2.1
[0.2.5]: https://github.com/geozeke/smvp/releases/tag/v0.2.5
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "smvp"
version = "0.2.3"
version = "0.2.5"
description = "Send a formatted email from the command line"
authors = [
{ name = "Peter Nardi", email = "[email protected]" }
Expand Down Expand Up @@ -38,13 +38,19 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

requires-python = ">=3.8"
dependencies = [
"ansi2html>=1.9.2",
"bs4>=0.0.2",
"lxml>=5.3.0",
"tomli>=1.1.0 ; python_full_version < '3.11'",
]

[project.urls]
"Source Code" = "https://github.com/geozeke/smvp"
"Bug Tracker" = "https://github.com/geozeke/smvp/issues"

[dependency-groups]
dev = [
"mypy>=1.14.1",
Expand Down

0 comments on commit 3ccdf06

Please sign in to comment.