Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.3.0 #10711

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 10.3.0
--------------

:Date: September 05, 2023

* `@humitos <https://github.com/humitos>`__: Develop: another round of `black` (`#10710 <https://github.com/readthedocs/readthedocs.org/pull/10710>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow to be extended by corporate (`#10705 <https://github.com/readthedocs/readthedocs.org/pull/10705>`__)
* `@humitos <https://github.com/humitos>`__: Addons: add `CDN-Tags` to endpoint and auto-purge cache (`#10704 <https://github.com/readthedocs/readthedocs.org/pull/10704>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10700 <https://github.com/readthedocs/readthedocs.org/pull/10700>`__)
* `@stsewd <https://github.com/stsewd>`__: Project: set build_data as blank=True (`#10697 <https://github.com/readthedocs/readthedocs.org/pull/10697>`__)
* `@stsewd <https://github.com/stsewd>`__: Footer API: include current user in queryset (`#10695 <https://github.com/readthedocs/readthedocs.org/pull/10695>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Black pass number 2 (`#10693 <https://github.com/readthedocs/readthedocs.org/pull/10693>`__)
* `@humitos <https://github.com/humitos>`__: Requirements: update docs dependencies (`#10687 <https://github.com/readthedocs/readthedocs.org/pull/10687>`__)
* `@humitos <https://github.com/humitos>`__: Addons: manage single version projects (`#10686 <https://github.com/readthedocs/readthedocs.org/pull/10686>`__)
* `@stsewd <https://github.com/stsewd>`__: Delete imported files when deactivating version (`#10684 <https://github.com/readthedocs/readthedocs.org/pull/10684>`__)
* `@stsewd <https://github.com/stsewd>`__: 404: skip not built versions (`#10681 <https://github.com/readthedocs/readthedocs.org/pull/10681>`__)
* `@humitos <https://github.com/humitos>`__: Release 10.2.0 (`#10679 <https://github.com/readthedocs/readthedocs.org/pull/10679>`__)
* `@stsewd <https://github.com/stsewd>`__: Search: remove non-generic parser code (`#10676 <https://github.com/readthedocs/readthedocs.org/pull/10676>`__)
* `@stsewd <https://github.com/stsewd>`__: Automation rules: show dates in admin (`#10675 <https://github.com/readthedocs/readthedocs.org/pull/10675>`__)
* `@humitos <https://github.com/humitos>`__: Requirements: use `psycopg3` (`#10667 <https://github.com/readthedocs/readthedocs.org/pull/10667>`__)
* `@humitos <https://github.com/humitos>`__: Addons: prepare the backend for the new flyout (`#10650 <https://github.com/readthedocs/readthedocs.org/pull/10650>`__)
* `@stsewd <https://github.com/stsewd>`__: Subscriptions: remove old code (`#10642 <https://github.com/readthedocs/readthedocs.org/pull/10642>`__)
* `@humitos <https://github.com/humitos>`__: Deprecation: remove "use system packages" (`python.system_packages` config key and UI checkbox) (`#10562 <https://github.com/readthedocs/readthedocs.org/pull/10562>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Add beta version of doc diff library for testing (`#9546 <https://github.com/readthedocs/readthedocs.org/pull/9546>`__)

Version 10.2.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.2.0"
version = "10.3.0"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "10.2.0",
"version": "10.3.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <support@readthedocs.com>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.2.0"
__version__ = "10.3.0"
Loading