Skip to content

Commit

Permalink
v3.3.0 (#62)
Browse files Browse the repository at this point in the history
* Bump version and update deps
* Update docs for Imprint schemas
* Update release-drafter GH action
  • Loading branch information
bpepple authored Aug 12, 2024
1 parent b6a232e commit 33af935
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 266 deletions.
4 changes: 3 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ categories:
labels:
- "bug"
- title: "🧰 Maintenance"
label: "chore"
labels:
- "chore"
- "dependencies"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down
1 change: 1 addition & 0 deletions docs/mokkari/schemas/imprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:::mokkari.schemas.imprint.Imprint
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ nav:
- Character: mokkari/schemas/character.md
- Creator: mokkari/schemas/creator.md
- GenericItem: mokkari/schemas/generic.md
- Imprint: mokkari/schemas/imprint.md
- Issue: mokkari/schemas/issue.md
- Publisher: mokkari/schemas/publisher.md
- Reprint: mokkari/schemas/reprint.md
Expand Down
2 changes: 1 addition & 1 deletion mokkari/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Project entry file."""

# Keep this at beginning of file to prevent circular import with session
__version__ = "3.2.0"
__version__ = "3.3.0"


from mokkari import exceptions, session, sqlite_cache
Expand Down
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": "3.2.0",
"version": "3.3.0",
"description": "mokkari linting",
"type": "module",
"scripts": {
Expand Down
545 changes: 285 additions & 260 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mokkari"
version = "3.2.0"
version = "3.3.0"
description = "Python wrapper for Metron API"
authors = ["Brian Pepple <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 33af935

Please sign in to comment.