Skip to content

Commit 960fa59

Browse files
committed
dev: renamed the master branch to main
1 parent a863505 commit 960fa59

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ See Git checking messages for full history.
44

55
## 8.0.3 (2023/xx/xx)
66
- added support for Python 3.12
7+
- dev: renamed the `master` branch to `main`
78
- dev: review the structure of the repository to fix packaging issues (#243)
89
- MSS: added PEP 561 compatible
910
- MSS: include more files in the sdist package (#240)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI version](https://badge.fury.io/py/mss.svg)](https://badge.fury.io/py/mss)
44
[![Anaconda version](https://anaconda.org/conda-forge/python-mss/badges/version.svg)](https://anaconda.org/conda-forge/python-mss)
5-
[![Tests workflow](https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml)
5+
[![Tests workflow](https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/BoboTiG/python-mss/actions/workflows/tests.yml)
66
[![Downloads](https://static.pepy.tech/personalized-badge/mss?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/mss)
77

88
```python

0 commit comments

Comments
 (0)