Skip to content

Commit

Permalink
2.7.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and echo724 committed Feb 21, 2022
1 parent 4c37b0d commit 55593f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!--next-version-placeholder-->

## v2.7.4 (2022-02-21)
### Fix
* Remove exclamation mark in front of square brackets in bookmark convertor ([`4c37b0d`](https://github.com/echo724/notion2md/commit/4c37b0dc2564c0b55f57e65bb1b576f8e70e47bd))

## v2.7.3 (2022-02-20)
### Fix
* Fix exporter methods passing positional arguments to Config class to dict ([`3c66ca3`](https://github.com/echo724/notion2md/commit/3c66ca3b094f7511b0107c62cb5e80f9408a3a30))
Expand Down
2 changes: 1 addition & 1 deletion notion2md/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.7.3"
__version__ = "2.7.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "notion2md"
version = "2.7.3"
version = "2.7.4"
description = "Notion Markdown Exporter with Python Cli"
license = "MIT"
classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]
Expand Down

0 comments on commit 55593f1

Please sign in to comment.