Skip to content

Commit

Permalink
feat(v): Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed May 17, 2023
1 parent 3b982b5 commit 8665fd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

### v0.3.4, 2023-05-17

- Upgrade dependencies.

### v0.3.3, 2021-11-24

- Upgrade to PyMuPDF 1.19.2, and use its new `is_unicolor` attribute to
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Please see the issues list on Github for things we need, or start a conversation

Releases happen automatically via Github Actions. To trigger an automated build:

0. Update CHANGES.md

1. Update the version in pyproject.toml

2. Tag the commit with something like "v0.0.0".
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ packages = [
{include = "xray"}
]
readme = "README.md"
repository = "https://github.com/freelawproject/pdf-redaction-detector"
version = "0.3.3"
homepage = "https://free.law/projects/x-ray"
repository = "https://github.com/freelawproject/x-ray"
documentation = "https://github.com/freelawproject/x-ray/blob/main/README.md"
version = "0.3.4"

[tool.poetry.scripts]
xray = "xray.__init__:cli"

[tool.poetry.urls]
"Organisation Homepage" = "https://free.law/"
"Change Log" = "https://github.com/freelawproject/x-ray/blob/main/CHANGES.md"
Issues = "https://github.com/freelawproject/x-ray/issues"
Funding = "https://www.courtlistener.com/donate/?referrer=pypi-xray"

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

0 comments on commit 8665fd1

Please sign in to comment.