Skip to content

Commit

Permalink
Pre-release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Jun 27, 2024
1 parent c358cdb commit b1d6c33
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
qtermwidget-2.0.1 / 2024-06-27
===============================
* Fixed visual artifacts due to a mistake about conversion to `std::wstring` in Qt6 port.

qtermwidget-2.0.0 / 2024-05-17
===============================
* Ported to Qt6.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default OFF" OF
# keep this in sync with the version in pyqt/pyproject.toml
set(QTERMWIDGET_VERSION_MAJOR "2")
set(QTERMWIDGET_VERSION_MINOR "0")
set(QTERMWIDGET_VERSION_PATCH "0")
set(QTERMWIDGET_VERSION_PATCH "1")

set(QTERMWIDGET_VERSION "${QTERMWIDGET_VERSION_MAJOR}.${QTERMWIDGET_VERSION_MINOR}.${QTERMWIDGET_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion lib/qtermwidget.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name" : "QTermWidget",
"Version" : "2.0.0",
"Version" : "2.0.1",
"Vendor" : "LXQt",
"Copyright" : "(C) 2022-2024 LXQt",
"Url" : "https://github.com/lxqt/qtermwidget",
Expand Down
2 changes: 1 addition & 1 deletion pyqt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build-backend = "sipbuild.api"

[tool.sip.metadata]
name = "QTermWidget"
version = "2.0.0"
version = "2.0.1"
requires-dist = ["PyQt6"]

0 comments on commit b1d6c33

Please sign in to comment.