diff --git a/RELEASE-NOTES-0.1.md b/RELEASE-NOTES-0.1.md index d44776fa..6c907e27 100644 --- a/RELEASE-NOTES-0.1.md +++ b/RELEASE-NOTES-0.1.md @@ -1,142 +1,23 @@ # SCAICT-uwu 0.1 -## SCAICT-uwu 0.1 development branch - -THIS IS NOT A RELEASE YET - -The `development` branch is a beta-quality development branch. Use it at your -own risk! - -### Configuration changes for system administrators - -#### New configuration - -* … - -#### Changed configuration - -* … - -#### Removed configuration - -* … - -### New user-facing features - -* … - -### New features for sysadmins - -* … - -### New developer features - -* … - -### External dependency changes - -#### New external dependencies - -* … - -#### New development-only external dependencies - -* … - -#### Changed external dependencies - -* … - -#### Changed development-only external dependencies - -* … - -#### Removed external dependencies - -* … - -### Bug fixes - -* … - -### API changes - -* … - -### API internal changes - -* … - -### Languages updated - -SCAICT-uwu now supports 1 language. Localisations are updated regularly. - -Below only new and removed languages are listed. - -* … - -### Breaking changes - -* … - -### Deprecations - -* … - -### Other changes - -* … - ## SCAICT-uwu 0.1.15 This is a maintenance release of SCAICT-uwu 0.1 version. -### Configuration changes for system administrators in 0.1.15 - -#### New configuration in 0.1.15 - -* … - -#### Changed configuration in 0.1.15 - -* … - -#### Removed configuration in 0.1.15 - -* … - -### New user-facing features in 0.1.15 - -* … - -### New features for sysadmins in 0.1.15 - -* … - ### New developer features in 0.1.15 * Updated `SECURITY.md`, pointed to GitHub's Security Reporting page. * (#367, #371) Enabled experimental Python 3.13 support. * Added Python 3.13 to `pyproject.toml` `project.classifiers`. -* … ### External dependency changes in 0.1.15 -#### New external dependencies in 0.1.15 - -* … - -#### New development-only external dependencies in 0.1.15 - -* … - #### Changed external dependencies in 0.1.15 * (#400) Upgraded flask from 3.1.2 to 3.1.3. * (#385) Upgraded multidict from 6.7.0 to 6.7.1. * (#382) Upgraded mysql-connector-python from 9.5.0 to 9.6.0. * (#371, #394) Upgraded py-cord from 2.6.1 to 2.7.1. -* … #### Changed development-only external dependencies in 0.1.15 @@ -150,48 +31,21 @@ This is a maintenance release of SCAICT-uwu 0.1 version. * (#406) Upgraded pylint from 4.0.4 to 4.0.5. * (#390) Upgraded pytokens from 0.3.0 to 0.4.1. * (#373) Upgraded tomlkit from 0.13.3 to 0.14.0. -* … - -#### Removed external dependencies in 0.1.15 - -* … ### Bug fixes in 0.1.15 * Fixed duplicated pull requests from Dependabot. * Fixed postcommit CI. * (#371) Fixed `discord.ui.Modal` abstract method clear_items in Pycord 2.7.0. -* … - -### API changes in 0.1.15 - -* … - -### API internal changes in 0.1.15 - -* … ### Languages updated in 0.1.15 SCAICT-uwu now supports 1 language. Localisations are updated regularly. -Below only new and removed languages are listed. - -* … - -### Breaking changes in 0.1.15 - -* … - -### Deprecations in 0.1.15 - -* … - ### Other changes in 0.1.15 * Follow `uv add` whitespace style for dependencies. * (#407) Dropped Sync issues to Notion GitHub Actions CI workflow. -* … ## SCAICT-uwu 0.1.14 diff --git a/cog/version_info.py b/cog/version_info.py index c2f04580..18940762 100644 --- a/cog/version_info.py +++ b/cog/version_info.py @@ -16,7 +16,7 @@ class VersionInfo(commands.Cog): Current hardcoded workaround """ - _SCAICT_UWU_VERSION_DATE: str = "2025-11-03 (UTC)" + _SCAICT_UWU_VERSION_DATE: str = "2026-03-25 (UTC)" """ Current hardcoded workaround """