Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Mar 21, 2023
1 parent c8ad8cb commit 240b75b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghcr_badge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .generate import GHCRBadgeGenerator

__version__ = "0.1.2"
__version__ = "0.2.0"

__all__ = ["GHCRBadgeGenerator"]
1 change: 1 addition & 0 deletions ghcr_badge/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
app = Flask(__name__)
app.config["JSONIFY_PRETTYPRINT_REGULAR"] = True


def return_svg(svg: str) -> Response:
"""Return a generated svg as `Flask.Response`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = [{include = "ghcr_badge"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/ghcr-badge"
version = "0.1.2"
version = "0.2.0"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand Down

0 comments on commit 240b75b

Please sign in to comment.