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 3.3.0 #5361

Merged
merged 1 commit into from
Feb 27, 2019
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
41 changes: 41 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
Version 3.3.0
-------------

:Date: February 27, 2019

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

Version 3.2.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down