Skip to content

Commit

Permalink
Pre-release changes (#561)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Updated CHANGELOG
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent bfd18dd commit df7297b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
qtermwidget-2.1.0 / 2024-11-05
===============================
* Silenced old compilation warnings.
* Updated translation and bumped the version.

qtermwidget-2.0.1 / 2024-06-27
===============================
* Fixed visual artifacts due to a mistake about conversion to `std::wstring` in Qt6 port.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default OFF" OF
# just change version for releases
# 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 "1")
set(QTERMWIDGET_VERSION_MINOR "1")
set(QTERMWIDGET_VERSION_PATCH "0")

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

Expand All @@ -33,7 +33,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

# Minimum Versions
set(QT_MINIMUM_VERSION "6.6.0")
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")

find_package(Qt6Widgets "${QT_MINIMUM_VERSION}" REQUIRED)
find_package(Qt6LinguistTools "${QT_MINIMUM_VERSION}" REQUIRED)
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.1",
"Version" : "2.1.0",
"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.1"
version = "2.1.0"
requires-dist = ["PyQt6"]

0 comments on commit df7297b

Please sign in to comment.