Bump version to 0.7.0 and update changelog
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions

This commit is contained in:
claudi 2026-02-25 15:30:05 +01:00
parent 9609a12ae7
commit 9795423646
3 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Application
APP_NAME=WebDrop Bridge
APP_VERSION=0.6.5
APP_VERSION=0.7.0
# Web App
WEBAPP_URL=file:///./webapp/index.html

View file

@ -1,3 +1,11 @@
## [0.7.0] - 2026-02-25
### Added
### Changed
### Fixed
## [0.6.5] - 2026-02-25
### Added

View file

@ -1,6 +1,6 @@
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
__version__ = "0.6.5"
__version__ = "0.7.0"
__author__ = "WebDrop Team"
__license__ = "MIT"