From 8fdd25e432e2d777bca4fda8f4a7a7bec781c8e8 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Thu, 28 Feb 2019 17:22:31 -0300 Subject: [PATCH] Release 3.3.1 --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ca561300b9..4386f0a7668 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,27 @@ +Version 3.3.1 +------------- + +:Date: February 28, 2019 + +* `@ericholscher `__: Be more defensive with our storage uploading (`#5371 `__) +* `@ericholscher `__: Check for two paths for each file (`#5370 `__) +* `@stsewd `__: Protect against anchors with # (`#5369 `__) +* `@ericholscher `__: Don't show projects in Sphinx Domain Admin sidebar (`#5367 `__) +* `@ericholscher `__: Fix sphinx domain models and migrations (`#5363 `__) +* `@stsewd `__: Try to put back codecov integration (`#5362 `__) +* `@ericholscher `__: Release 3.3.0 (`#5361 `__) +* `@ericholscher `__: Fix search bug when an empty list of objects_id was passed (`#5357 `__) +* `@dojutsu-user `__: Add admin methods for reindexing versions from project and version admin. (`#5343 `__) +* `@stsewd `__: Cleanup a little of documentation_type from footer (`#5315 `__) +* `@ericholscher `__: Add modeling for intersphinx data (`#5289 `__) +* `@stsewd `__: Remove doctype from resolver (`#5230 `__) +* `@stsewd `__: Validate webhook's payload (`#4940 `__) +* `@stsewd `__: Start testing config v2 on our project (`#4838 `__) +* `@ericholscher `__: Revert "Merge pull request #4636 from rtfd/search_upgrade" (`#4716 `__) +* `@safwanrahman `__: [GSoC 2018] All Search Improvements (`#4636 `__) +* `@stsewd `__: Add schema for configuration file with yamale (`#4084 `__) +* `@stsewd `__: Add note about mercurial on tests (`#3358 `__) + Version 3.3.0 ------------- diff --git a/setup.cfg b/setup.cfg index ddcc3003659..ac38d9ea9a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.3.0 +version = 3.3.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc