This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2021-09-26 08:48:10 +00:00
parent 23fc6a58fd
commit e309f9e45a
5 changed files with 8 additions and 7 deletions

View File

@ -14,7 +14,7 @@ jobs:
python-version: 3.8
- name: lint
run: |
pip install flake8
pip install -r tests/requirements.txt
pip --use-deprecated=legacy-resolver install flake8
pip --use-deprecated=legacy-resolver install -r tests/requirements.txt
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long .
python setup.py checkdocs

View File

@ -20,8 +20,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: install
run: |
pip install -r requirements.txt
pip install -r tests/requirements.txt
pip --use-deprecated=legacy-resolver install -r requirements.txt
pip --use-deprecated=legacy-resolver install -r tests/requirements.txt
- name: test
run: |
pip freeze

View File

@ -1,9 +1,10 @@
2 contributors
3 contributors
================================================================================
In alphabetical order:
* `John Vandenberg <https://github.com/jayvdb>`_
* `Peter Carnesciali <https://github.com/pcarn>`_
* `vinraspa <https://github.com/vinraspa>`_

View File

@ -1,4 +1,4 @@
Copyright (c) 2015-2020 by Onni Software Ltd. and its contributors
Copyright (c) 2015-2021 by Onni Software Ltd. and its contributors
All rights reserved.
Redistribution and use in source and binary forms of the software as well

View File

@ -23,7 +23,7 @@ DESCRIPTION = (
# -- Project information -----------------------------------------------------
project = 'pyexcel-xls'
copyright = '2015-2020 Onni Software Ltd.'
copyright = '2015-2021 Onni Software Ltd.'
author = 'C.W.'
# The short X.Y version
version = '0.6.2'