Skip to content

Commit

Permalink
v1.3.1 project version update (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Kusz <9740637+mkusz@users.noreplay.github.com>
  • Loading branch information
mkusz and Maciej Kusz committed Apr 21, 2024
1 parent 2a8bfd9 commit 9159139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: poetry install -n --without=test
- name: Pre-commit tests
env:
SKIP: pytest-check,update-coverage
SKIP: no-commit-to-branch,pytest-check,update-coverage
uses: pre-commit/action@v3.0.1
unittests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-publisher",
"version": "1.3.0",
"version": "1.3.1",
"description": "Publisher for MkDocs - set of plugins for content creators",
"directories": {
"doc": "docs"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-publisher"
version = "1.3.0"
version = "1.3.1"
description = "Publisher for MkDocs - set of plugins for content creators"
authors = ["Maciej 'maQ' Kusz <maciej.kusz@gmail.com>"]
license = "MIT License"
Expand Down

0 comments on commit 9159139

Please sign in to comment.