Skip to content

Commit

Permalink
dev: renamed the master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 14, 2023
1 parent a863505 commit 960fa59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ See Git checking messages for full history.

## 8.0.3 (2023/xx/xx)
- added support for Python 3.12
- dev: renamed the `master` branch to `main`
- dev: review the structure of the repository to fix packaging issues (#243)
- MSS: added PEP 561 compatible
- MSS: include more files in the sdist package (#240)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI version](https://badge.fury.io/py/mss.svg)](https://badge.fury.io/py/mss)
[![Anaconda version](https://anaconda.org/conda-forge/python-mss/badges/version.svg)](https://anaconda.org/conda-forge/python-mss)
[![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)
[![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)
[![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)

```python
Expand Down

0 comments on commit 960fa59

Please sign in to comment.