Skip to content

Commit 7ebc116

Browse files
committed
Fix PyPI description and various links
Version 0.4.1.
1 parent a384d9c commit 7ebc116

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

cssselect2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .parser import SelectorError # noqa
1818
from .tree import ElementWrapper # noqa
1919

20-
VERSION = __version__ = '0.4.0'
20+
VERSION = __version__ = '0.4.1'
2121

2222

2323
class Matcher(object):

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Changelog
22
---------
33

44

5+
Version 0.4.1
6+
.............
7+
8+
Released on 2020-10-29.
9+
10+
* Fix PyPI description and various links.
11+
12+
513
Version 0.4.0
614
.............
715

docs/first_steps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Fedora, Archlinux, Gentoo…).
2121
.. _virtual environment: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
2222
.. _pip: https://pip.pypa.io/
2323
.. _webencodings: https://pythonhosted.org/webencodings/
24-
.. _tinycss2: https://tinycss2.readthedocs.io/
24+
.. _tinycss2: https://doc.courtbouillon.org/tinycss2/
2525

2626

2727
Basic Example

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ author = 'Simon Sapin'
88
author-email = 'simon.sapin@exyr.org'
99
maintainer = 'CourtBouillon'
1010
maintainer-email = 'contact@courtbouillon.org'
11-
home-page = 'https://cssselect2.readthedocs.io/'
11+
home-page = 'https://doc.courtbouillon.org/cssselect2/'
1212
requires = ['tinycss2', 'webencodings']
1313
requires-python = '>=3.6'
1414
keywords = 'css elementtree'
15+
description-file = 'README.rst'
1516
classifiers = [
1617
'Development Status :: 5 - Production/Stable',
1718
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)