diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 72462ef16..8c712d9d1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes # +## 3.10.3 ## +- Blame: improve algorithm, allowing partial matches. +- T177903: Show files renamed in Edit Counter. +- T226228: Don't show file uploads/renames for Commons when Commons is + the requested project. +- ArticleInfo: fix display of Authorship section. +- Localization updates. + ## 3.10.2 ## - Blame: remove BlameProjectPage route causing redirect loop. diff --git a/config/version.yml b/config/version.yml index a7dbf7d71..b95845c70 100644 --- a/config/version.yml +++ b/config/version.yml @@ -2,4 +2,4 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases parameters: - app.version: 3.10.2 + app.version: 3.10.3 diff --git a/docs/conf.py b/docs/conf.py index 4bbd975ca..e00369540 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ # The release process is documented at https://xtools.readthedocs.io/en/latest/development.html#releases copyright = u'2008–2019, XTools contributors' version = '3.10' -release = '3.10.2' +release = '3.10.3' # -- Options for HTML output ---------------------------------------------------