Skip to content

Commit f882785

Browse files
committed
bumped to release 1.3.4
1 parent 10fa832 commit f882785

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release=1.3.3
2-
tag=1.3.3
1+
release=1.3.4
2+
tag=1.3.4
33
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alias wp-md='docker run \
6767
-v $HOME:$HOME \
6868
-v $HOME/.wordpress.ini:/root/.wordpress.ini \
6969
-v $PWD:/$PWD \
70-
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.3.3
70+
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.3.4
7171
```'
7272
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`
7373

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="wordpress-markdown-blog-loader",
30-
version="1.3.3",
30+
version="1.3.4",
3131
url="https://github.com/binxio/wordpress-markdown-blog-loader",
3232
license="APL2",
3333
author="Mark van Holsteijn",

0 commit comments

Comments
 (0)