Skip to content

Commit

Permalink
bumped to release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Oct 3, 2024
1 parent c63c492 commit a34b6b9
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.3.2
tag=1.3.2
release=1.3.3
tag=1.3.3
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
@@ -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.3.2
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.3.3
```'
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`

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

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

0 comments on commit a34b6b9

Please sign in to comment.