Skip to content

Commit cf9e873

Browse files
committed
Bump to version 1.7.21.
1 parent f021933 commit cf9e873

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.20&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
1+
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.21&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
22
[![Python 3.11 | 3.12 | 3.13 | 3.14+](https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%20|%203.14%2B&color=blueviolet)](https://www.python.org)
33
[![Apache 2.0 license](https://img.shields.io/static/v1?label=license&message=Apache%202.0&color=blue)](https://github.com/jakob-bagterp/browserist/blob/master/LICENSE.md)
44
[![Codecov](https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J)](https://codecov.io/gh/jakob-bagterp/browserist)

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get Started with Web Scraping & Browser Automation
33
description: Browserist is the easy way to do web scraping and browser automation with Python and as an extension for the Selenium web driver.
44
---
55

6-
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.20&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
6+
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.21&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
77
[![Python 3.11 | 3.12 | 3.13 | 3.14+](https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%20|%203.14%2B&color=blueviolet)](https://www.python.org)
88
[![Apache 2.0 license](https://img.shields.io/static/v1?label=license&message=Apache%202.0&color=blue)](https://github.com/jakob-bagterp/browserist/blob/master/LICENSE.md)
99
[![Codecov](https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J)](https://codecov.io/gh/jakob-bagterp/browserist)

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserist"
3-
version = "1.7.20"
3+
version = "1.7.21"
44
description = "Extension for the Selenium web driver that makes browser automation even easier"
55
authors = [
66
{ name = "Jakob Bagterp", email = "jakob_bagterp@hotmail.com" }

β€Žsrc/browserist/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 7, 20)
1+
__version_info__ = (1, 7, 21)
22
__version__ = ".".join(map(str, __version_info__))

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)