Skip to content

Commit b21caf2

Browse files
semantic-releaseMara-Li
authored andcommitted
1.6.1
Automatically generated by python-semantic-release
1 parent 32ea6a5 commit b21caf2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.6.1 (2022-07-26)
6+
### Fix
7+
* URI broke plugins ([`32ea6a5`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/32ea6a5602138802fc49305d96178daddcf9d0af))
8+
59
## v1.6.0 (2022-07-26)
610
### Fix
711
* Nonetype has no len ([`d948607`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/d94860740cf69fdaf0b9595b27f44ecb9f39b969))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = "1.6.0"
3+
version = "1.6.1"
44

55
def classification_dependencies():
66
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)