Skip to content

Commit 55593f1

Browse files
semantic-releaseecho724
authored andcommitted
2.7.4
Automatically generated by python-semantic-release
1 parent 4c37b0d commit 55593f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!--next-version-placeholder-->
22

3+
## v2.7.4 (2022-02-21)
4+
### Fix
5+
* Remove exclamation mark in front of square brackets in bookmark convertor ([`4c37b0d`](https://github.com/echo724/notion2md/commit/4c37b0dc2564c0b55f57e65bb1b576f8e70e47bd))
6+
37
## v2.7.3 (2022-02-20)
48
### Fix
59
* Fix exporter methods passing positional arguments to Config class to dict ([`3c66ca3`](https://github.com/echo724/notion2md/commit/3c66ca3b094f7511b0107c62cb5e80f9408a3a30))

notion2md/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.3"
1+
__version__ = "2.7.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "notion2md"
4-
version = "2.7.3"
4+
version = "2.7.4"
55
description = "Notion Markdown Exporter with Python Cli"
66
license = "MIT"
77
classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]

0 commit comments

Comments
 (0)