Skip to content

Commit f6103c8

Browse files
committed
Bump version: 1.3.1 → 1.4.0
1 parent 78e193a commit f6103c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

parsel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = 'Scrapy project'
77
__email__ = '[email protected]'
8-
__version__ = '1.3.1'
8+
__version__ = '1.4.0'
99

1010
from parsel.selector import Selector, SelectorList # NOQA
1111
from parsel.csstranslator import css2xpath # NOQA

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='parsel',
19-
version='1.3.1',
19+
version='1.4.0',
2020
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
2121
long_description=readme + '\n\n' + history,
2222
author="Scrapy project",

0 commit comments

Comments
 (0)