Skip to content

Commit

Permalink
Chore: Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-haisham committed Feb 3, 2022
1 parent 7266837 commit b4af260
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd

## [0.8.3] - 2022-02-03

### Added

- Added emoji's to discord replies
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "novelsave"
version = "0.8.2"
version = "0.8.3"
description = "This is a tool to download and convert novels from popular sites to e-books."
authors = ["Mensch272 <47662901+mensch272@users.noreply.github.com>"]
maintainers = ["Mensch272 <47662901+mensch272@users.noreply.github.com>"]
Expand Down
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
aiohttp==3.8.1; python_version >= "3.6" and python_full_version >= "3.8.0"
aiosignal==1.2.0; python_version >= "3.6" and python_full_version >= "3.8.0"
alembic==1.7.5; python_version >= "3.6"
alembic==1.7.6; python_version >= "3.6"
appdirs==1.4.4
async-timeout==4.0.2; python_version >= "3.6" and python_full_version >= "3.8.0"
attrs==21.4.0; python_version >= "3.6" and python_full_version >= "3.8.0"
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
browser-cookie3==0.13.0
certifi==2021.10.8; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.0"
cffi==1.15.0; python_version >= "3.6"
charset-normalizer==2.0.10; python_full_version >= "3.8.0" and python_version >= "3.8" and python_version < "4.0"
cffi==1.15.0; sys_platform == "linux" and python_version >= "3.7"
charset-normalizer==2.0.11; python_full_version >= "3.8.0" and python_version >= "3.8" and python_version < "4.0"
click==8.0.3; python_version >= "3.6"
cloudscraper==1.2.58; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0" and platform_system == "Windows"
cryptography==36.0.1; python_version >= "3.6"
dependency-injector==4.37.0
cryptography==36.0.1; sys_platform == "linux" and python_version >= "3.7"
dependency-injector==4.38.0
deprecation==2.1.0; python_version >= "3.8" and python_version < "4.0"
ebooklib==0.17.1
frozenlist==1.3.0; python_version >= "3.7" and python_full_version >= "3.8.0"
Expand All @@ -33,10 +33,9 @@ novelsave-sources==0.3.2; python_version >= "3.8" and python_version < "4.0"
packaging==21.3; python_version >= "3.8" and python_version < "4.0"
pbkdf2==1.3
pyaes==1.6.1
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "linux" or sys_platform == "linux" and python_version >= "3.7" and python_full_version >= "3.4.0"
pycryptodome==3.14.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pyparsing==3.0.7; python_version >= "3.8" and python_version < "4.0"
python-dotenv==0.19.2; python_version >= "3.5"
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.7"
requests-toolbelt==0.9.1; python_version >= "3.8" and python_version < "4.0"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
Expand Down

0 comments on commit b4af260

Please sign in to comment.