Skip to content

Commit

Permalink
see version 1.0.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stasvinokur committed Apr 18, 2021
1 parent 12f983e commit c5b473f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 41 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/*
*.egg-info/
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
==================
[1.0.2] 18/04/2021

- Removed unneccessary folders

[1.0.0] 18/04/2021

- Initial release
- Initial rele
ase
22 changes: 0 additions & 22 deletions selenium_driver_updater.egg-info/PKG-INFO

This file was deleted.

10 changes: 0 additions & 10 deletions selenium_driver_updater.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion selenium_driver_updater.egg-info/dependency_links.txt

This file was deleted.

2 changes: 0 additions & 2 deletions selenium_driver_updater.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion selenium_driver_updater.egg-info/top_level.txt

This file was deleted.

5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

with open('README.md') as f:
long_description = f.read()

with open('changelog.txt') as f:
long_description = long_description + 'r\nr\n' + f.read()

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -15,7 +12,7 @@

setup(
name='selenium_driver_updater',
version='1.0.0',
version='1.0.2',
description='Download or update your chromedriver automatically with this package',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c5b473f

Please sign in to comment.