prepare for release
This commit is contained in:
parent
72b759504b
commit
ef8ce327cd
3 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# 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()`
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ 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-dev40"
|
||||
__version__ = "0.7.1-rc1"
|
||||
|
||||
__all__ = (
|
||||
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue