diff options
-rw-r--r-- | docs/changelog.rst | 4 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 4954b59c..743fcc20 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,10 @@ Changelog ========= +- :release:`1.2.0 <9th January 2022>` +- :feature:`12` Code block detection regex +- :release:`1.1.0 <2nd December 2021>` - :support:`2` Autogenerated docs. - :feature:`2` Regex utility. +- :release:`1.0.0 <17th November 2021>` - :support:`1` Core package, poetry, and linting CI. diff --git a/pyproject.toml b/pyproject.toml index 0e7d4192..b9a1a66d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "0.1.0" +version = "1.2.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |