Skip to content

Commit 0f43a8b

Browse files
committed
Bump version to 0.8.0
1 parent 7ce8b8e commit 0f43a8b

File tree

4 files changed

+40
-51
lines changed

4 files changed

+40
-51
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.0] - 2021-11-25
10+
911
### Added
1012

1113
- Added github issue templates

poetry.lock

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

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "novelsave"
3-
version = "0.7.8"
3+
version = "0.8.0"
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]>"]
@@ -47,7 +47,6 @@ tqdm = "^4.62.3"
4747
Mako = "^1.1.5"
4848
tabulate = "^0.8.9"
4949
nextcord = { version = "^2.0.0-alpha.3", optional = true }
50-
discord-ui = { version = "^5.0.2", optional = true }
5150
python-dotenv = "^0.19.2"
5251

5352
[tool.poetry.dev-dependencies]
@@ -56,7 +55,7 @@ pytest-mock = "^3.6.1"
5655
pre-commit = "^2.15.0"
5756

5857
[tool.poetry.extras]
59-
discord = ["nextcord", "discord-ui"]
58+
discord = ["nextcord"]
6059

6160
[build-system]
6261
requires = ["poetry-core>=1.0.0"]

requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ browser-cookie3==0.13.0
88
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"
99
cffi==1.15.0; python_version >= "3.6"
1010
chardet==4.0.0; python_version >= "3.6" and python_full_version >= "3.8.0"
11-
charset-normalizer==2.0.7; python_full_version >= "3.6.0" and python_version >= "3.8" and python_version < "4.0"
11+
charset-normalizer==2.0.8; python_full_version >= "3.6.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==35.0.0; python_version >= "3.6"
15+
cryptography==36.0.0; python_version >= "3.6"
1616
dependency-injector==4.37.0
1717
deprecation==2.1.0; python_version >= "3.8" and python_version < "4.0"
18-
discord-ui==5.0.2; python_version >= "3.6"
1918
ebooklib==0.17.1
2019
greenlet==1.1.2; python_version >= "3" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6") or python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and python_full_version >= "3.5.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
2120
idna==3.3; python_full_version >= "3.8.0" and python_version >= "3.8" and python_version < "4.0"
2221
importlib-metadata==4.8.2; python_version < "3.9" and python_version >= "3.6"
2322
importlib-resources==5.4.0; python_version < "3.9" and python_version >= "3.6"
2423
jeepney==0.7.1; sys_platform == "linux" and python_version >= "3.6"
25-
keyring==23.2.1; python_version >= "3.6"
24+
keyring==23.3.0; python_version >= "3.6"
2625
loguru==0.5.3; python_version >= "3.5"
2726
lxml==4.6.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
2827
lz4==3.1.3; python_version >= "3.5"

0 commit comments

Comments
 (0)