Skip to content

Commit

Permalink
Bump to version 1.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Dec 20, 2023
1 parent 4b9cd37 commit 51a6b87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.6.3&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.6.4&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
[![Python 3.10 | 3.11 | 3.12+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.11%20|%203.12%2B&color=blueviolet)](https://www.python.org)
[![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)
[![Codecov](https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J)](https://codecov.io/gh/jakob-bagterp/browserist)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Home
---

[![Latest version](https://img.shields.io/static/v1?label=version&message=1.6.3&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.6.4&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
[![Python 3.10 | 3.11 | 3.12+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.11%20|%203.12%2B&color=blueviolet)](https://www.python.org)
[![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)
[![Codecov](https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J)](https://codecov.io/gh/jakob-bagterp/browserist)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = browserist
version = 1.6.3
version = 1.6.4
author = Jakob Bagterp
author_email = jakob_bagterp@hotmail.com
maintainer = Jakob Bagterp
Expand Down
2 changes: 1 addition & 1 deletion src/browserist/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 6, 3)
__version_info__ = (1, 6, 4)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 51a6b87

Please sign in to comment.