Skip to content

Commit 7a40415

Browse files
authored
πŸš€ RELEASE: v0.2.1 (#33)
1 parent e620780 commit 7a40415

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
flit publish
9696
env:
9797
FLIT_USERNAME: __token__
98-
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
98+
FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}

β€Ž.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- flake8-builtins
2727
- flake8-comprehensions
2828
- repo: https://github.com/myint/docformatter
29-
rev: v1.7.5
29+
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
3030
hooks:
3131
- id: docformatter
3232
- repo: https://github.com/executablebooks/mdformat

β€Žmdformat_myst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Mdformat plugin for MyST compatibility."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
Β (0)