Skip to content

Commit

Permalink
Merge to master 3.5.4 (#52)
Browse files Browse the repository at this point in the history
* rtd config v2
* Django4 final fixes (#46)
* Fixed manifest and a migration reference

---------

Co-authored-by: Ben Huffine <[email protected]>
  • Loading branch information
geophphrie and benthuffine authored Aug 24, 2023
1 parent 28adea7 commit 6613e2c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements/docs.txt
- requirements: requirements/requirements.txt
3 changes: 2 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Release Notes
=============

v3.5.2
v3.5.4
------
* Fix a migration discrepancy
* Read the Docs config file v2

v3.5.1
------
Expand Down
2 changes: 1 addition & 1 deletion issue/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.5.2'
__version__ = '3.5.4'
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx>=1.2.2
sphinx_rtd_theme
sphinx_rtd_theme

0 comments on commit 6613e2c

Please sign in to comment.