Skip to content

Commit 25c068a

Browse files
committed
Bump to version 1.7.10.
1 parent e2fd838 commit 25c068a

4 files changed

Lines changed: 4 additions & 4 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.9&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
1+
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.10&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
22
[![Python 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%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.9&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
6+
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.7.10&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
77
[![Python 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%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)

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = browserist
3-
version = 1.7.9
3+
version = 1.7.10
44
author = Jakob Bagterp
55
author_email = jakob_bagterp@hotmail.com
66
maintainer = Jakob Bagterp

β€Ž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, 9)
1+
__version_info__ = (1, 7, 10)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
Β (0)