Skip to content

Commit

Permalink
bumped to release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 12, 2024
1 parent a883ab3 commit 6c732c5
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.2.0
tag=1.2.0
release=1.3.0
tag=1.3.0
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.3.0'
-w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.3.0
```
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.2.0",
version="1.3.0",
url="https://github.com/binxio/wordpress-markdown-blog-loader",
license="APL2",
author="Mark van Holsteijn",
Expand Down

0 comments on commit 6c732c5

Please sign in to comment.