Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-kaiser committed Oct 16, 2020
2 parents 3b4143e + 327aef6 commit c93536c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Sifter3 is a Python 3 implementation of the Sieve email filter language (RFC 5228)

![Python package](https://github.com/manfred-kaiser/sifter3/workflows/Python%20package/badge.svg)
![Python package](https://github.com/python-sifter/sifter3/workflows/Python%20package/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/sifter3/badge/?version=latest)](https://sifter3.readthedocs.io/en/latest/?badge=latest)
[![CodeFactor](https://www.codefactor.io/repository/github/manfred-kaiser/sifter3/badge)](https://www.codefactor.io/repository/github/manfred-kaiser/sifter3)
[![Github version](https://img.shields.io/github/v/release/manfred-kaiser/sifter3?label=github&logo=github)](https://github.com/manfred-kaiser/sifter3/releases)
[![CodeFactor](https://www.codefactor.io/repository/github/python-sifter/sifter3/badge)](https://www.codefactor.io/repository/github/python-sifter/sifter3)
[![Github version](https://img.shields.io/github/v/release/python-sifter/sifter3?label=github&logo=github)](https://github.com/python-sifter/sifter3/releases)
[![PyPI version](https://img.shields.io/pypi/v/sifter3.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/sifter3/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/sifter3.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/sifter3/)
[![PyPI downloads](https://pepy.tech/badge/sifter3/month)](https://pepy.tech/project/sifter3/month)
[![GitHub](https://img.shields.io/github/license/manfred-kaiser/sifter3.svg)](LICENSE)
[![GitHub](https://img.shields.io/github/license/python-sifter/sifter3.svg)](LICENSE)



Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="sifter3",
version="0.2.6",
version="0.2.7",
author="Manfred Kaiser, Gary Peck",
author_email="[email protected], [email protected]",
url="https://sifter3.readthedocs.io/en/latest/",
Expand All @@ -20,8 +20,8 @@
long_description_content_type='text/markdown',
keywords="sieve email filter parser",
project_urls={
'Source': 'https://github.com/manfred-kaiser/sifter3',
'Tracker': 'https://github.com/manfred-kaiser/sifter3/issues',
'Source': 'https://github.com/python-sifter/sifter3',
'Tracker': 'https://github.com/python-sifter/sifter3/issues',
},
python_requires='>= 3.6',
install_requires=[
Expand Down

0 comments on commit c93536c

Please sign in to comment.