Skip to content

Commit

Permalink
Merge branch 'main' into add-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid authored Oct 31, 2024
2 parents e3514c6 + bd4e2fe commit 370c069
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ repos:
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.0
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.12.1'
rev: 'v1.13.0'
hooks:
- id: mypy
additional_dependencies: [types-requests]
Expand Down
2 changes: 1 addition & 1 deletion mermaid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .timeline import Timeline
from .utils import load, text_to_snake_case

__version__: str = "0.6.0"
__version__: str = "0.6.1"


class Direction(Enum):
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mermaid-py"
version = "0.6.0"
version = "0.6.1"
description = "Python Interface for the Popular mermaid-js Library, Simplified for Diagram Creation."
authors = ["ouhammmourachid <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"


[bumpver]
current_version = "0.6.0"
current_version = "0.6.1"
version_pattern = "MAJOR.MINOR.PATCH"

[bumpver.file_patterns]
Expand Down

0 comments on commit 370c069

Please sign in to comment.