Skip to content

Commit 8fc608e

Browse files
committed
Bump version: 1.5.0 → 1.5.1
1 parent 274b5cf commit 8fc608e

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.5.0
2+
current_version = 1.5.1
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.5.0'
8+
__version__ = '1.5.1'
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
@@ -41,7 +41,7 @@ def has_environment_marker_platform_impl_support():
4141

4242
setup(
4343
name='parsel',
44-
version='1.5.0',
44+
version='1.5.1',
4545
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
4646
long_description=readme + '\n\n' + history,
4747
author="Scrapy project",

0 commit comments

Comments
 (0)