diff --git a/CHANGELOG.md b/CHANGELOG.md index 80803702ca..e45209dfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes: + +## v18.1.3 (2024-08-13) + +- [Feature] Update to redwood.2 tag (by @dawoudsheraz) + ## v18.1.2 (2024-07-26) diff --git a/changelog.d/20240812_112508_dawoud.sheraz_redwood_2.md b/changelog.d/20240812_112508_dawoud.sheraz_redwood_2.md deleted file mode 100644 index 7142e3a7a1..0000000000 --- a/changelog.d/20240812_112508_dawoud.sheraz_redwood_2.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Update to redwood.2 tag (by @dawoudsheraz) diff --git a/tutor/__about__.py b/tutor/__about__.py index 202beaa4c8..2e02ccd7bb 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "18.1.2" +__version__ = "18.1.3" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and