Skip to content

Commit b4af260

Browse files
committed
Chore: Bump version to 0.8.3
1 parent 7266837 commit b4af260

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] - yyyy-mm-dd
88

9+
## [0.8.3] - 2022-02-03
10+
911
### Added
1012

1113
- Added emoji's to discord replies

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "novelsave"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "This is a tool to download and convert novels from popular sites to e-books."
55
authors = ["Mensch272 <[email protected]>"]
66
maintainers = ["Mensch272 <[email protected]>"]

requirements.txt

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
aiohttp==3.8.1; python_version >= "3.6" and python_full_version >= "3.8.0"
22
aiosignal==1.2.0; python_version >= "3.6" and python_full_version >= "3.8.0"
3-
alembic==1.7.5; python_version >= "3.6"
3+
alembic==1.7.6; python_version >= "3.6"
44
appdirs==1.4.4
55
async-timeout==4.0.2; python_version >= "3.6" and python_full_version >= "3.8.0"
66
attrs==21.4.0; python_version >= "3.6" and python_full_version >= "3.8.0"
77
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
88
browser-cookie3==0.13.0
99
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"
10-
cffi==1.15.0; python_version >= "3.6"
11-
charset-normalizer==2.0.10; python_full_version >= "3.8.0" and python_version >= "3.8" and python_version < "4.0"
10+
cffi==1.15.0; sys_platform == "linux" and python_version >= "3.7"
11+
charset-normalizer==2.0.11; python_full_version >= "3.8.0" and python_version >= "3.8" and python_version < "4.0"
1212
click==8.0.3; python_version >= "3.6"
1313
cloudscraper==1.2.58; python_version >= "3.8" and python_version < "4.0"
1414
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"
15-
cryptography==36.0.1; python_version >= "3.6"
16-
dependency-injector==4.37.0
15+
cryptography==36.0.1; sys_platform == "linux" and python_version >= "3.7"
16+
dependency-injector==4.38.0
1717
deprecation==2.1.0; python_version >= "3.8" and python_version < "4.0"
1818
ebooklib==0.17.1
1919
frozenlist==1.3.0; python_version >= "3.7" and python_full_version >= "3.8.0"
@@ -33,10 +33,9 @@ novelsave-sources==0.3.2; python_version >= "3.8" and python_version < "4.0"
3333
packaging==21.3; python_version >= "3.8" and python_version < "4.0"
3434
pbkdf2==1.3
3535
pyaes==1.6.1
36-
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"
36+
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"
3737
pycryptodome==3.14.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
3838
pyparsing==3.0.7; python_version >= "3.8" and python_version < "4.0"
39-
python-dotenv==0.19.2; python_version >= "3.5"
4039
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.7"
4140
requests-toolbelt==0.9.1; python_version >= "3.8" and python_version < "4.0"
4241
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")

0 commit comments

Comments
 (0)