Compare commits
No commits in common. "be4404c52028d4f9418ec79e92999aff2012c65b" and "72b759504b7d637594fe0de9b9e7af13fc6b2c47" have entirely different histories.
be4404c520
...
72b759504b
4 changed files with 2 additions and 15 deletions
|
|
@ -1,10 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## 0.7.1
|
||||
|
||||
+ Add documentation ([Read The Docs](https://suou.readthedocs.io/))
|
||||
+ Improved decorator typing
|
||||
|
||||
## 0.7.0 "The Lucky Update"
|
||||
|
||||
+ Add RNG/random selection overloads such as `luck()`, `rng_overload()`
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ license = "Apache-2.0"
|
|||
readme = "README.md"
|
||||
|
||||
dependencies = [
|
||||
"suou==0.7.1",
|
||||
"suou==0.7.0",
|
||||
"itsdangerous",
|
||||
"toml",
|
||||
"pydantic",
|
||||
|
|
@ -33,7 +33,6 @@ classifiers = [
|
|||
|
||||
[project.urls]
|
||||
Repository = "https://nekode.yusur.moe/yusur/suou"
|
||||
Documentation = "https://suou.readthedocs.io"
|
||||
|
||||
[project.optional-dependencies]
|
||||
# the below are all dev dependencies (and probably already installed)
|
||||
|
|
@ -74,12 +73,6 @@ full = [
|
|||
"sakuragasaki46_suou[sass]"
|
||||
]
|
||||
|
||||
docs = [
|
||||
"sphinx>=2.1",
|
||||
"myst_parser",
|
||||
"sphinx_rtd_theme"
|
||||
]
|
||||
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "suou.__version__" }
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ classifiers = [
|
|||
|
||||
[project.urls]
|
||||
Repository = "https://nekode.yusur.moe/yusur/suou"
|
||||
Documentation = "https://suou.readthedocs.io"
|
||||
|
||||
[project.optional-dependencies]
|
||||
# the below are all dev dependencies (and probably already installed)
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ from .redact import redact_url_password
|
|||
from .http import WantsContentType
|
||||
from .color import chalk
|
||||
|
||||
__version__ = "0.7.1"
|
||||
__version__ = "0.7.1-dev40"
|
||||
|
||||
__all__ = (
|
||||
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue