Skip to content

Commit a912879

Browse files
committed
bumped to release 1.6.0
1 parent 92f9839 commit a912879

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.5.7
2-
tag=1.5.7
1+
release=1.6.0
2+
tag=1.6.0
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
@@ -68,7 +68,7 @@ alias wp-md='docker run \
6868
-v $HOME:$HOME \
6969
-v $HOME/.wordpress.ini:/root/.wordpress.ini \
7070
-v $PWD:/$PWD \
71-
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.7
71+
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.6.0
7272
```'
7373
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`
7474

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.5.7",
30+
version="1.6.0",
3131
url="https://github.com/binxio/wordpress-markdown-blog-loader",
3232
license="APL2",
3333
author="Mark van Holsteijn",

0 commit comments

Comments
 (0)