Skip to content

Commit

Permalink
Prepare v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed Aug 21, 2023
1 parent f1ab709 commit 3420357
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[TOC]

## 1.5.3

- Make `blockquote` work correctly!
- Additional note for 1.5.2: Add Python 12 packages

## 1.5.2

- FIXED: Add `titile` support for images
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(html2md VERSION 1.5.2 LANGUAGES CXX)
project(html2md VERSION 1.5.3 LANGUAGES CXX)

set(PROJECT_HOMEPAGE_URL "https://tim-gromeyer.github.io/html2md/")
set(html2md_HOMEPAGE_URL "${PROJECT_HOMEPAGE_URL}")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pyhtml2md",
version="1.5.2",
version="1.5.3",
author="Tim Gromeyer",
author_email="sakul8826@gmail.com",
description="Transform your HTML into clean, easy-to-read markdown with pyhtml2md.",
Expand Down

0 comments on commit 3420357

Please sign in to comment.