Skip to content

Commit 177a0ce

Browse files
committed
chore: release 3.1.0
1 parent bf54ef6 commit 177a0ce

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release to PyPI
22

33
permissions:
44
contents: write
5+
id-token: write
56

67
on:
78
push:
@@ -48,10 +49,6 @@ jobs:
4849

4950
- name: Push build artifacts to PyPI
5051
uses: pypa/gh-action-pypi-publish@release/v1
51-
with:
52-
skip_existing: true
53-
user: __token__
54-
password: ${{ secrets.PYPI_API_TOKEN }}
5552

5653
release:
5754
name: write release note

docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
Here is the full history of mistune v3.
55

6+
Version 3.1.0
7+
-------------
8+
9+
**Released on Dec 30, 2024**
10+
11+
* Fix only HTML-escape URLs when rendering to HTML
12+
* Add block_quote prefix on empty lines too
13+
614
Version 3.0.2
715
-------------
816

src/mistune/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ def markdown(
9292
'html', 'create_markdown', 'markdown',
9393
]
9494

95-
__version__ = '3.0.2'
95+
__version__ = '3.1.0'
9696
__homepage__ = 'https://mistune.lepture.com/'

0 commit comments

Comments
 (0)