Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Aug 2, 2024
1 parent 07c28bd commit 92eaf5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version History

- 0.1.2: Updated Pipeline To Support Multi-OS & Added Support for PyPI Release (latest)
- 0.1.3: Fixed CVE-2024-6345 (latest)
- 0.1.2: Updated Pipeline To Support Multi-OS & Added Support for PyPI Release
- 0.1.1: Introduced Linting
- 0.1.0: Initial Release
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pym3u8downloader
pytest~=7.4.0
setuptools~=69.2.0
setuptools~=72.1.0
requests~=2.31.0
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Constants:
"""This class holds all the constant values used in the application"""

APP_TITLE = 'M3U8 Downloader' # Title of the application
APP_VERSION = '0.1.2' # Version of the application
APP_VERSION = '0.1.3' # Version of the application
APP_PACKAGE_NAME = 'pym3u8downloaderui' # Package name of the application
APP_PACKAGE_DESCRIPTION = """
M3U8 Downloader UI is a Python-based graphical user interface (GUI) application designed
Expand Down

0 comments on commit 92eaf5f

Please sign in to comment.