From e13334f9e7ffd8a951e4ba5e9fbd567d0f0539ae Mon Sep 17 00:00:00 2001 From: Vedaant Singh Date: Mon, 10 Aug 2026 12:20:36 +0100 Subject: [PATCH] chore: bump to 1.5.2 to ship the PyPI logo fix Bump across pyproject, __init__, and server.json, with a changelog entry. The README logo fix (absolute raw-GitHub URL) only reaches the PyPI page on a new release, since PyPI freezes the README at publish time. --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- server.json | 4 ++-- src/pyscrappy/__init__.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dffbc7c..65cd049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to PyScrappy are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## [1.5.2] - 2026-08-10 + +### Fixed +- README logo uses an absolute raw-GitHub URL so it renders on the PyPI project page (a repo-relative path only resolves on GitHub). + ## [1.5.1] - 2026-08-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 76195be..64b36e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyscrappy" -version = "1.5.1" +version = "1.5.2" description = "A robust, all-in-one Python web scraping toolkit" readme = "README.md" license = "MIT" diff --git a/server.json b/server.json index 51498cf..b14dd18 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/mldsveda/PyScrappy", "source": "github" }, - "version": "1.5.1", + "version": "1.5.2", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "pyscrappy", - "version": "1.5.1", + "version": "1.5.2", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/src/pyscrappy/__init__.py b/src/pyscrappy/__init__.py index 9e34ad3..fab4d2d 100644 --- a/src/pyscrappy/__init__.py +++ b/src/pyscrappy/__init__.py @@ -103,7 +103,7 @@ register(_cls.name, _cls) del _cls -__version__ = "1.5.1" +__version__ = "1.5.2" __all__ = [ # Core