diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4386f0a76..8ec7f8cf0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,59 @@ +Version 3.4.0 +------------- + +:Date: March 18, 2019 + +* `@davidfischer `__: Promote the YAML config (`#5485 `__) +* `@saadmk11 `__: Dashboard screen performance fix (`#5471 `__) +* `@saadmk11 `__: Build List Screen Performance Issue Fix. (`#5470 `__) +* `@saadmk11 `__: Remove Haystack reference in Docs (`#5469 `__) +* `@mashrikt `__: gitignore dev.db-journal file #5463 (`#5466 `__) +* `@davidfischer `__: Enable Django Debug Toolbar in development (`#5464 `__) +* `@davidfischer `__: Optimize the version list screen (`#5460 `__) +* `@stsewd `__: Regroup settings (`#5459 `__) +* `@Mariatta `__: Fix typo: leave the field black -> blank (`#5457 `__) +* `@stsewd `__: Use Ubuntu xenial on travis (`#5456 `__) +* `@dojutsu-user `__: Update links to point to `stable` version. (`#5455 `__) +* `@dojutsu-user `__: Fix inconsistency in footer links (`#5454 `__) +* `@davidfischer `__: Optimize the repos API query (`#5451 `__) +* `@stsewd `__: Update version of setuptools (`#5450 `__) +* `@stsewd `__: Remove unused validator (`#5442 `__) +* `@humitos `__: Build PDF files using latexmk (`#5437 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 10 (`#5432 `__) +* `@shivanshu1234 `__: Remove invalid example from v2.rst (`#5430 `__) +* `@saadmk11 `__: Removed unused constant from core.models (`#5424 `__) +* `@stsewd `__: Fix reraise of exception (`#5423 `__) +* `@stsewd `__: Always update the commit of the stable version (`#5421 `__) +* `@stsewd `__: Fix warnings in code (`#5419 `__) +* `@stsewd `__: Refactor move_files (`#5418 `__) +* `@agarwalrounak `__: Document that people can create a version named stable (`#5417 `__) +* `@agarwalrounak `__: Update installation guide to include submodules (`#5416 `__) +* `@stsewd `__: Update docs for building with markdown (`#5415 `__) +* `@stsewd `__: Share doctree between builders (`#5407 `__) +* `@humitos `__: Communicate the project slug can be changed by requesting it (`#5403 `__) +* `@stsewd `__: Remove unused template (`#5401 `__) +* `@stsewd `__: Remove view docs dropdown (`#5400 `__) +* `@humitos `__: Minimum upgrade of the builds docs (`#5398 `__) +* `@stsewd `__: Update internal requirements (`#5396 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 09 (`#5395 `__) +* `@dojutsu-user `__: Trigger build on default branch when saving a project (`#5393 `__) +* `@Mike-Dai `__: Removed un-needed python dependencies (`#5389 `__) +* `@orlnub123 `__: Fix pip installs (`#5386 `__) +* `@rshrc `__: Addressed Issue #5327 (`#5383 `__) +* `@ericholscher `__: Be extra explicit about the CNAME (`#5382 `__) +* `@stsewd `__: Better MkDocs integration as GSoC idea (`#5378 `__) +* `@ericholscher `__: Release 3.3.1 (`#5376 `__) +* `@ericholscher `__: Add a GSOC section for openAPI (`#5375 `__) +* `@dojutsu-user `__: Make 'default_version` field as readonly if no active versions are found. (`#5374 `__) +* `@ericholscher `__: Be more defensive with our storage uploading (`#5371 `__) +* `@ericholscher `__: Check for two paths for each file (`#5370 `__) +* `@ericholscher `__: Don't show projects in Sphinx Domain Admin sidebar (`#5367 `__) +* `@stsewd `__: Start building with sphinx 1.8 (`#5366 `__) +* `@saadmk11 `__: Remove pytest warnings (`#5346 `__) +* `@davidfischer `__: Remove the v1 API (`#5293 `__) +* `@stsewd `__: Remove doctype from resolver (`#5230 `__) +* `@humitos `__: Implementation of APIv3 (`#4863 `__) + Version 3.3.1 ------------- diff --git a/setup.cfg b/setup.cfg index ac38d9ea9..8e9ece32a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.3.1 +version = 3.4.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc