Skip to content

Commit

Permalink
bump version number to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 21, 2023
1 parent 97fb9e3 commit 50e03d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.0.12 - 2023-10-21
===================
Ignore pydantic DeprecationWarnings.

### Fixes
- Fixed broken `KptnCookClient.to_url` method
- #23 use urljoin instead of f-string @ephes

0.0.11 - 2023-10-05
===================
Pydantic >= 2 compatibility and Python 3.12 support.

0.0.10 - 2023-02-26
===================
Export recipes to [Paprika Recipe Manager](https://www.paprikaapp.com/)
Expand Down
2 changes: 1 addition & 1 deletion kptncook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"export_recipes_to_paprika",
]

__version__ = "0.0.11"
__version__ = "0.0.12"
cli = typer.Typer()


Expand Down

0 comments on commit 50e03d5

Please sign in to comment.