diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb4824a73cb..45d55896c81 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,77 @@ +Version 3.5.0 +------------- + +:Date: May 30, 2019 + +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 21 (`#5737 `__) +* `@humitos `__: Update feature flags exposed to user in docs (`#5734 `__) +* `@davidfischer `__: Fix the sidebar ad color (`#5731 `__) +* `@davidfischer `__: Create a funding file (`#5729 `__) +* `@davidfischer `__: Small commercial hosting page rework (`#5728 `__) +* `@mattparrilla `__: Add note about lack of support for private repos (`#5726 `__) +* `@humitos `__: Canonical consistency example (`#5722 `__) +* `@humitos `__: Use nonstopmode for latexmk (`#5714 `__) +* `@cclauss `__: Identity is not the same thing as equality in Python (`#5713 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 20 (`#5712 `__) +* `@humitos `__: Move version "Clean" button to details page (`#5706 `__) +* `@ericholscher `__: Explicitly mention a support email (`#5703 `__) +* `@davidfischer `__: Storage updates (`#5698 `__) +* `@humitos `__: Enable auth validate passwords (`#5696 `__) +* `@stsewd `__: Simplify lock acquire (`#5695 `__) +* `@stsewd `__: Simplify update docs task (`#5694 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 19 (`#5692 `__) +* `@saadmk11 `__: Warning about using sqlite 3.26.0 for development (`#5681 `__) +* `@davidfischer `__: Configure the security middleware (`#5679 `__) +* `@stsewd `__: Fix bug in notifications (`#5678 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 18 (`#5667 `__) +* `@saadmk11 `__: pylint fix for notifications, restapi and config (`#5664 `__) +* `@saadmk11 `__: pylint fix for readthedocs.search (`#5663 `__) +* `@saadmk11 `__: pylint fix for readthedocs.projects (`#5662 `__) +* `@saadmk11 `__: pylint fix for readthedocs.doc_builder (`#5660 `__) +* `@humitos `__: Support Docker 5.0 image (`#5657 `__) +* `@humitos `__: Use latexmk if Sphinx > 1.6 (`#5656 `__) +* `@humitos `__: Upgrade docker python package to latest release (`#5654 `__) +* `@saadmk11 `__: pylint fix for readthedocs.core (`#5650 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 17 (`#5645 `__) +* `@saadmk11 `__: Serve custom 404 pages from Django (`#5644 `__) +* `@yarons `__: Typo fix (`#5642 `__) +* `@saadmk11 `__: Sitemap hreflang syntax invalid for regional language variants fix (`#5638 `__) +* `@davidfischer `__: Optimizations and UX improvements to the dashboard screen (`#5637 `__) +* `@davidfischer `__: Redirect project slugs with underscores (`#5634 `__) +* `@saadmk11 `__: Standardizing the use of settings directly (`#5632 `__) +* `@saadmk11 `__: Note for Docker image size in Docker instructions (`#5630 `__) +* `@davidfischer `__: UX improvements around SSL certificates (`#5629 `__) +* `@davidfischer `__: Gold project sponsorship changes (`#5628 `__) +* `@davidfischer `__: Make sure there's a contact when opting out of advertising (`#5626 `__) +* `@stsewd `__: Remove unused volume from docker (`#5625 `__) +* `@dojutsu-user `__: hotfix: correct way of getting environment variables (`#5622 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 16 (`#5619 `__) +* `@ericholscher `__: Release 3.4.2 (`#5613 `__) +* `@ericholscher `__: Add explicit egg versoin to unicode-slugify (`#5612 `__) +* `@dojutsu-user `__: Remove ProxyMiddleware (`#5607 `__) +* `@dojutsu-user `__: Remove 'Versions' tab from Admin Dashboard. (`#5600 `__) +* `@dojutsu-user `__: Notify the user when deleting a superproject (`#5596 `__) +* `@saadmk11 `__: Handle 401, 403 and 404 when setting up webhooks (`#5589 `__) +* `@saadmk11 `__: Unify usage of settings and remove the usage of getattr for settings (`#5588 `__) +* `@saadmk11 `__: Note about admin page in the docs (`#5585 `__) +* `@humitos `__: Remove USE_SETUPTOOLS_LATEST feature flag (`#5578 `__) +* `@saadmk11 `__: Validate docs dir before writing custom js (`#5569 `__) +* `@rshrc `__: Added note in YAML docs (`#5565 `__) +* `@shivanshu1234 `__: Specify python3 in installation instructions. (`#5552 `__) +* `@davidfischer `__: Write build artifacts to (cloud) storage from build servers (`#5549 `__) +* `@saadmk11 `__: "Default branch: latest" does not exist Fix. (`#5547 `__) +* `@dojutsu-user `__: Update ``readthedocs-environment.json`` file when env vars are added/deleted (`#5540 `__) +* `@humitos `__: Update common to its latest version (`#5517 `__) +* `@saadmk11 `__: Profile page performance issue Fix (`#5472 `__) +* `@stsewd `__: Remove unused form (`#5443 `__) +* `@stsewd `__: Use relative paths in config module (`#5377 `__) +* `@humitos `__: Initial structure for APIv3 (`#5356 `__) +* `@stsewd `__: Add models for automation rules (`#5323 `__) +* `@stsewd `__: Downgrade pytest-django (`#5294 `__) +* `@ericholscher `__: Add search for DomainData objects (`#5290 `__) +* `@gorshunovr `__: Change version references to :latest tag (`#5245 `__) +* `@dojutsu-user `__: Fix buttons problems in 'Change Email' section. (`#5219 `__) + Version 3.4.2 ------------- diff --git a/setup.cfg b/setup.cfg index fa6ce21617b..561b6b5a9fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.4.2 +version = 3.5.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc