Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
2press committed Oct 30, 2021
1 parent 4ad9d7e commit fcd3e86
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## v2.11.0 (2021-10-30)

### Fix

* Fix download of maps from Liquipedia.


## v2.10.2 (2021-07-18)

### New
Expand Down
19 changes: 9 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
appdirs >= 1.4.4
beautifulsoup4 >= 4.9.3
humanize >= 3.9.0
beautifulsoup4 >= 4.10.0
humanize >= 3.12.0
keyboard==0.13.5
markdown2 >= 2.4.0
Pillow >= 8.1.0; platform_system == 'Windows'
pywin32 >= 301; platform_system == 'Windows'
markdown2 >= 2.4.1
Pillow >= 8.4.0; platform_system == 'Windows'
PyInstaller >= 4.6
pyinstaller-hooks-contrib >= 2021.3
pywin32 >= 302; platform_system == 'Windows'
PyQt5 == 5.13.2 # rq.filter: != 5.14.*, != 5.15.*
pytesseract >= 0.3.8; platform_system == 'Windows'
pyinstaller-hooks-contrib >= 2021.2
PyInstaller >= 4.3
PyUpdater >= 4.0.0
# git+git://github.com/Digital-Sapphire/PyUpdater@master
requests >= 2.25.1
websockets >= 9.1
requests >= 2.26.0
websockets >= 10.0
2 changes: 1 addition & 1 deletion scctool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

logger = logging.getLogger(__name__)

__version__ = "2.10.2"
__version__ = "2.11.0"
__latest_version__ = __version__
__new_version__ = False

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()

setup(name='StarCraftCastingTool',
version='2.10.2',
version='2.11.0',
description=(''),
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -18,9 +18,9 @@
license='GPL-3.0',
python_requires='>=3.8.0',
tests_require=[
'pytest >= 6.2.1',
'pytest >= 6.2.5',
'pytest-mock >= 3.5.1',
'pytest-qt >= 3.3.0'],
'pytest-qt >= 4.0.2'],
packages=['scctool'],
install_requires=[],
include_package_data=True,
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest >= 6.2.1
pytest-mock >= 3.5.1
pytest-qt >= 3.3.0
pytest >= 6.2.5
pytest-mock >= 3.6.1
pytest-qt >= 4.0.2

0 comments on commit fcd3e86

Please sign in to comment.