File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ Version 13.1.0
2
+ --------------
3
+
4
+ :Date: May 06, 2025
5
+
6
+ * `@humitos <https://github.com/humitos>`__: Update djstripe handlers (`webhook.handler` was deleted) (`#12156 <https://github.com/readthedocs/readthedocs.org/pull/12156>`__)
7
+ * `@stsewd <https://github.com/stsewd>`__: Domains: don't check for limit on existing domains (`#12154 <https://github.com/readthedocs/readthedocs.org/pull/12154>`__)
8
+ * `@humitos <https://github.com/humitos>`__: Upgrade `djstripe` (`#12148 <https://github.com/readthedocs/readthedocs.org/pull/12148>`__)
9
+ * `@humitos <https://github.com/humitos>`__: Condiontally homepage redirect based on domain and logged in status (`#12147 <https://github.com/readthedocs/readthedocs.org/pull/12147>`__)
10
+ * `@stsewd <https://github.com/stsewd>`__: Search: truncate contents before indexing (`#12146 <https://github.com/readthedocs/readthedocs.org/pull/12146>`__)
11
+ * `@humitos <https://github.com/humitos>`__: Downgrade to Django 4.2.x due to `djstripe` (`#12145 <https://github.com/readthedocs/readthedocs.org/pull/12145>`__)
12
+ * `@humitos <https://github.com/humitos>`__: Docs: handle versions when "instant loading" feature enabled (`#12142 <https://github.com/readthedocs/readthedocs.org/pull/12142>`__)
13
+ * `@humitos <https://github.com/humitos>`__: Release 13.0.0 (`#12141 <https://github.com/readthedocs/readthedocs.org/pull/12141>`__)
14
+ * `@stsewd <https://github.com/stsewd>`__: Add migration page for GitHub App (`#12112 <https://github.com/readthedocs/readthedocs.org/pull/12112>`__)
15
+ * `@humitos <https://github.com/humitos>`__: New dashboard: remove legacy dashboard (`#12091 <https://github.com/readthedocs/readthedocs.org/pull/12091>`__)
16
+
1
17
Version 13.0.0
2
18
--------------
3
19
Original file line number Diff line number Diff line change 81
81
82
82
master_doc = "index"
83
83
copyright = "Read the Docs, Inc & contributors"
84
- version = "13.0 .0"
84
+ version = "13.1 .0"
85
85
release = version
86
86
exclude_patterns = ["_build" , "shared" , "_includes" ]
87
87
default_role = "obj"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " readthedocs" ,
3
- "version" : " 13.0 .0" ,
3
+ "version" : " 13.1 .0" ,
4
4
"description" : " Read the Docs build dependencies" ,
5
5
"author" :
" Read the Docs, Inc <[email protected] >" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
"""Read the Docs."""
2
2
3
- __version__ = "13.0 .0"
3
+ __version__ = "13.1 .0"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = readthedocs
3
- version = 13.0 .0
3
+ version = 13.1 .0
4
4
license = MIT
5
5
description = Read the Docs builds and hosts documentation
6
6
author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
29
29
github_repo = readthedocs.org
30
30
31
31
[bumpver]
32
- current_version = " 13.0 .0"
32
+ current_version = " 13.1 .0"
33
33
version_pattern = " MAJOR.MINOR.PATCH[TAGNUM]"
34
34
commit_message = " Bump version {old_version} -> {new_version}"
35
35
commit = False
You can’t perform that action at this time.
0 commit comments