Skip to content

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjjr committed Aug 3, 2020
1 parent 9f0340a commit 6dce731
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
transistor: CHANGES
========================

08/03/2-
08/03/20
- pypi 0.2.4 release

- update requirements.txt

08/03/20
- pypi 0.2.3 release

- update setup.py requirements
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

.. image:: https://img.shields.io/badge/Python-3.6%20%7C%203.7%20%7C%203.8-blue.svg
:target: https://github.com/bomquote/transistor
.. image:: https://img.shields.io/badge/pypi%20package-0.2.3-blue.svg
:target: https://pypi.org/project/transistor/0.2.3/
.. image:: https://img.shields.io/badge/pypi%20package-0.2.4-blue.svg
:target: https://pypi.org/project/transistor/0.2.4/
.. image:: https://img.shields.io/pypi/dm/transistor.svg
:target: https://pypistats.org/packages/transistor
.. image:: https://img.shields.io/badge/Status-Stable-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
url=URL,
download_url='https://github.com/bomquote/transistor/archive/v0.2.3.tar.gz',
download_url='https://github.com/bomquote/transistor/archive/v0.2.4.tar.gz',
keywords=['scraping', 'crawling', 'spiders', 'requests', 'beautifulsoup4',
'mechanicalsoup', 'framework', 'headless-browser'],
packages=find_packages(exclude=('tests',)),
Expand Down
2 changes: 1 addition & 1 deletion transistor/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__title__ = 'transistor'
__description__ = 'A web scraping framework for intelligent use cases.'
__url__ = 'https://github.com/bomquote/transistor'
__version__ = '0.2.3'
__version__ = '0.2.4'
__author__ = 'Bob Jordan'
__author_email__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 6dce731

Please sign in to comment.