Skip to content

Commit

Permalink
Bump for 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jul 6, 2024
1 parent 6836fed commit 253a1a1
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
- id: ruff-format
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 📰 Metron-Tagger News

## v2.3.2

## 🧰 Maintenance

- Performance Refactoring @bpepple (#128)
- Bump certifi from 2024.6.2 to 2024.7.4 @dependabot (#129)

## v2.3.1

## 🧰 Maintenance
Expand Down
2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py."""

__version__ = "2.3.1"
__version__ = "2.3.2"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.1",
"version": "2.3.2",
"description": "metron-tagger linting",
"type": "module",
"scripts": {
Expand Down
430 changes: 227 additions & 203 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "metron-tagger"
version = "2.3.1"
version = "2.3.2"
description = "A program to write metadata from metron.cloud to a comic archive"
authors = ["Brian Pepple <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -40,7 +40,7 @@ python = "^3.10"
mokkari = "^3.0.1"
questionary = "^2.0.1"
pyxdg = "^0.28"
darkseid = "^4.0.2"
darkseid = "^4.0.5"
lxml = "^5.1.0"
imagehash = "^4.3.1"
pandas = "^2.2.1"
Expand Down

0 comments on commit 253a1a1

Please sign in to comment.