Skip to content

Commit

Permalink
🔖 Prepare v2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Aug 7, 2024
1 parent 609d056 commit fab5f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions mkdocs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### Version 2.4 (to be released)
### Version 2.4 (08/07/2024)

- Add support for Pandoc 3.0.1 to 3.2.1.

- Bug fixes and improvement by [@yves-chevallier](https://github.com/andrew-sayers),
[@DanielGerlicher](https://github.com/DanielGerlicher) and [@abn](https://github.com/abn).

- Documentation fixes by [@andrew-sayers](https://github.com/andrew-sayers).

- Add support for Pandoc 3.0.1, 3.1.0 and 3.1.1.

### Version 2.3 (11/23/2022)

Expand All @@ -10,6 +16,7 @@

- Add support for Pandoc 2.19, 2.19.1 and 2.19.2.


### Version 2.2 (04/20/2022)

- Add support for Pandoc 2.18.
Expand Down
2 changes: 1 addition & 1 deletion src/pandoc/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8

name = "pandoc"
version = "2.4b1"
version = "2.4"
license = "MIT License"
description = "Pandoc Documents for Python"
author = "Sébastien Boisgérault"
Expand Down

0 comments on commit fab5f10

Please sign in to comment.