Skip to content

Commit 6ea20aa

Browse files
committed
bumped to release 1.6.2
1 parent d5c95d3 commit 6ea20aa

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.6.1
2-
tag=1.6.1
1+
release=1.6.2
2+
tag=1.6.2
33
pre_tag_command=sed -i '' -e 's/^version *= *"[^"]*"/version = "@@RELEASE@@"/g' pyproject.toml && 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.6.1
71+
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.6.2
7272
```'
7373
Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password`
7474

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wordpress-markdown-blog-loader"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
authors = [{name = "Mark van Holsteijn", email = "markvanholsteijn@binx.io"}]
99
license = {text = "APL2"}
1010
description = "load markdown blogs into wordpress"

0 commit comments

Comments
 (0)