Skip to content

Commit 77ca90b

Browse files
chore: release 6.0.2 (#127)
* chore: Release 6.0.2 * chore: Remove obsolete Travis CI configuration
1 parent b662528 commit 77ca90b

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.travis.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.0.2 (12/01/26):
2+
3+
Internal changes:
4+
- Migrated build system from `setup.py` to `hatchling` backend with `pyproject.toml`.
5+
- Removed legacy build files (`setup.py`, `MANIFEST`, `MANIFEST.in`).
6+
- Updated CI workflow to use modern build commands.
7+
- Updated `RELEASING.md` documentation.
8+
19
## 6.0.1 (30/06/25):
210

311
Bug Fixes:

python3/raygun4py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) hatchling can read it for dynamic versioning (pyproject.toml)
44
# 3) we can import it into your module
5-
__version__ = "6.0.1"
5+
__version__ = "6.0.2"

0 commit comments

Comments
 (0)