diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df04e8cddbb..6ca561300b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,44 @@ +Version 3.3.0 +------------- + +:Date: February 27, 2019 + +* `@ericholscher `__: Fix search bug when an empty list of objects_id was passed (`#5357 `__) +* `@agjohnson `__: Update UI translations (`#5354 `__) +* `@ericholscher `__: Update GSOC page to mention we're accepted. (`#5353 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 08 (`#5352 `__) +* `@dojutsu-user `__: Increase path's max_length for ImportedFile model to 4096 (`#5345 `__) +* `@saadmk11 `__: improvement on inserting mkdocs media (`#5344 `__) +* `@dojutsu-user `__: Add admin methods for reindexing versions from project and version admin. (`#5343 `__) +* `@stsewd `__: Initialize local variable before using it (`#5342 `__) +* `@dojutsu-user `__: Remove deprecated code (`#5341 `__) +* `@stsewd `__: Require conda.file when using conda in v1 (`#5338 `__) +* `@stsewd `__: Remove unused setting (`#5336 `__) +* `@stsewd `__: Fix comment (`#5329 `__) +* `@stsewd `__: Don't depend on specific data when catching exception (`#5326 `__) +* `@regisb `__: Fix "clean_builds" command argument parsing (`#5320 `__) +* `@stsewd `__: Cleanup a little of documentation_type from footer (`#5315 `__) +* `@humitos `__: Warning note about running ES locally for tests (`#5314 `__) +* `@humitos `__: Update documentation on running test for python environment (`#5313 `__) +* `@ericholscher `__: Release 3.2.3 (`#5312 `__) +* `@ericholscher `__: Add basic auth to the generic webhook API. (`#5311 `__) +* `@ericholscher `__: Fix an issue where we were not properly filtering projects (`#5309 `__) +* `@stsewd `__: Rstrip repo url (`#5308 `__) +* `@rexzing `__: Incompatible dependency for prospector with pylint-django (`#5306 `__) +* `@davidfischer `__: Allow extensions to control URL structure (`#5296 `__) +* `@stsewd `__: Downgrade pytest-django (`#5294 `__) +* `@ericholscher `__: Add modeling for intersphinx data (`#5289 `__) +* `@ovc `__: Tweek css for sphinx_prompt (`#5281 `__) +* `@saadmk11 `__: #4036 Updated build list to include an alert state (`#5222 `__) +* `@humitos `__: Use unicode-slugify to generate Version.slug (`#5186 `__) +* `@dojutsu-user `__: Add admin functions for wiping a version (`#5140 `__) +* `@humitos `__: Generate general sitemap.xml for projects (`#5122 `__) +* `@humitos `__: Logging exceptions rework (`#5118 `__) +* `@davidfischer `__: Store ePubs and PDFs in media storage (`#4947 `__) +* `@stsewd `__: Validate webhook's payload (`#4940 `__) +* `@ericholscher `__: Revert "Merge pull request #4636 from rtfd/search_upgrade" (`#4716 `__) +* `@safwanrahman `__: [GSoC 2018] All Search Improvements (`#4636 `__) + Version 3.2.3 ------------- diff --git a/setup.cfg b/setup.cfg index 21f4058059e..ddcc3003659 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.2.3 +version = 3.3.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc