Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 23, 2022
1 parent fd02770 commit ac434b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.2 (2022-03-23)
### Fix
* Requirements error ([`fd02770`](https://github.com/Mara-Li/mkdocs-preview-links-plugin/commit/fd027701b0036a5e728b3df7696dc10a4715acc0))

## v0.2.1 (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version="0.2.1"
version="0.2.2"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit ac434b5

Please sign in to comment.