From 81721c01271fa2f28839d90e49ac7f02631cf492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Feb 2024 03:58:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20browsr=201.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.19.0](https://github.com/juftin/browsr/compare/v1.18.0...v1.19.0) (2024-02-27) ## ✨ New Features - [`c4b5489`](https://github.com/juftin/browsr/commit/c4b5489) browsr refactor ## ⬆️ Dependency Upgrade - [`cad3385`](https://github.com/juftin/browsr/commit/cad3385) dependency upgrades ## 🧪️ Add Failing Tests - [`819659d`](https://github.com/juftin/browsr/commit/819659d) updated tests [skip ci] --- browsr/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsr/__about__.py b/browsr/__about__.py index 9feff26..e154dd5 100644 --- a/browsr/__about__.py +++ b/browsr/__about__.py @@ -5,4 +5,4 @@ __author__ = "Justin Flannery" __email__ = "justin.flannery@juftin.com" __application__ = "browsr" -__version__ = "1.18.0" +__version__ = "1.19.0"