Skip to content

Commit 09f7f18

Browse files
release: 0.11.3
1 parent 557f3b9 commit 09f7f18

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.11.3 (2026-08-24)
4+
5+
Full Changelog: [v0.11.2...v0.11.3](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.11.2...v0.11.3)
6+
7+
### Documentation
8+
9+
* enforce source LOC reduction ([#59](https://github.com/Xquik-dev/x-twitter-scraper-python/issues/59)) ([557f3b9](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/557f3b9662abd7c5ce82f75e9fb8e0676df70a18))
10+
311
## 0.11.2 (2026-08-21)
412

513
Full Changelog: [v0.11.1...v0.11.2](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.11.1...v0.11.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "x_twitter_scraper"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
description = "Python SDK for Twitter search, followers, webhooks & X automation through Xquik. Not affiliated with X Corp."
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/x_twitter_scraper/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
66

77
__title__ = "x_twitter_scraper"
8-
__version__ = "0.11.2" # x-release-please-version
8+
__version__ = "0.11.3" # x-release-please-version

0 commit comments

Comments
 (0)