From 2fd2279ecb7ac8e3298a91081c66ab33d884cc8b Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sat, 5 Feb 2022 18:41:47 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20default=20branch=20(master=20=E2=9E=9C?= =?UTF-8?q?=20main)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following the example of other popular free software projects, we also rename our default branch to remove terminology stemming from colonialism and slavery. --- .github/workflows/check.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.rst | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d773cf2..2836be2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,10 +3,10 @@ name: Check on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f9df91..9948809 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,10 +3,10 @@ name: Test on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: python-django: diff --git a/README.rst b/README.rst index c73a268..8cab4b7 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ an asynchronous version of the Javascript code if possible. .. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg :target: https://github.com/jazzband/django-analytical/actions :alt: GitHub Actions -.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/master/graph/badge.svg +.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/main/graph/badge.svg :alt: Test coverage :target: https://codecov.io/gh/jazzband/django-analytical .. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg @@ -37,7 +37,7 @@ an asynchronous version of the Javascript code if possible. :alt: Python versions .. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg :alt: Software license - :target: https://github.com/jazzband/django-analytical/blob/master/LICENSE.txt + :target: https://github.com/jazzband/django-analytical/blob/main/LICENSE.txt .. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg :alt: Gitter chat room :target: https://gitter.im/jazzband/django-analytical diff --git a/setup.py b/setup.py index 7e10d2c..4695f43 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( python_requires='>=3.6', platforms=['any'], url='https://github.com/jazzband/django-analytical', - download_url='https://github.com/jazzband/django-analytical/archive/master.zip', + download_url='https://github.com/jazzband/django-analytical/archive/main.zip', project_urls={ 'Documentation': 'https://django-analytical.readthedocs.io/', },