Skip to content

Commit

Permalink
bumped to release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jan 16, 2025
1 parent 55990d0 commit 276e1d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=1.4.1
tag=1.4.1
release=1.4.2
tag=1.4.2
pre_tag_command=sed -i '' -e 's/version="[^"]*"/version="@@RELEASE@@"/g' setup.py && sed -i '' -e 's^\(ghcr.io/binxio/wordpress-markdown-blog-loader:\)[^ \t]*^\1@@RELEASE@@^g' README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ alias wp-md='docker run \
-v $HOME:$HOME \
-v $HOME/.wordpress.ini:/root/.wordpress.ini \
-v $PWD:/$PWD \
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.4.1
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.4.2
```'
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="wordpress-markdown-blog-loader",
version="1.4.1",
version="1.4.2",
url="https://github.com/binxio/wordpress-markdown-blog-loader",
license="APL2",
author="Mark van Holsteijn",
Expand Down

0 comments on commit 276e1d1

Please sign in to comment.