Skip to content

Commit 6dce731

Browse files
committed
release 0.2.4
1 parent 9f0340a commit 6dce731

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
transistor: CHANGES
33
========================
44

5-
08/03/2-
5+
08/03/20
6+
- pypi 0.2.4 release
7+
8+
- update requirements.txt
9+
10+
08/03/20
611
- pypi 0.2.3 release
712

813
- update setup.py requirements

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
.. image:: https://img.shields.io/badge/Python-3.6%20%7C%203.7%20%7C%203.8-blue.svg
77
:target: https://github.com/bomquote/transistor
8-
.. image:: https://img.shields.io/badge/pypi%20package-0.2.3-blue.svg
9-
:target: https://pypi.org/project/transistor/0.2.3/
8+
.. image:: https://img.shields.io/badge/pypi%20package-0.2.4-blue.svg
9+
:target: https://pypi.org/project/transistor/0.2.4/
1010
.. image:: https://img.shields.io/pypi/dm/transistor.svg
1111
:target: https://pypistats.org/packages/transistor
1212
.. image:: https://img.shields.io/badge/Status-Stable-blue.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(self):
129129
author_email=EMAIL,
130130
python_requires=REQUIRES_PYTHON,
131131
url=URL,
132-
download_url='https://github.com/bomquote/transistor/archive/v0.2.3.tar.gz',
132+
download_url='https://github.com/bomquote/transistor/archive/v0.2.4.tar.gz',
133133
keywords=['scraping', 'crawling', 'spiders', 'requests', 'beautifulsoup4',
134134
'mechanicalsoup', 'framework', 'headless-browser'],
135135
packages=find_packages(exclude=('tests',)),

transistor/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__title__ = 'transistor'
1313
__description__ = 'A web scraping framework for intelligent use cases.'
1414
__url__ = 'https://github.com/bomquote/transistor'
15-
__version__ = '0.2.3'
15+
__version__ = '0.2.4'
1616
__author__ = 'Bob Jordan'
1717
__author_email__ = 'bmjjr@bomquote.com'
1818
__license__ = 'MIT'

0 commit comments

Comments
 (0)