Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Jun 20, 2023
1 parent c97eb90 commit d676d38
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 35 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Support python 3.12
- None


## [3.1.0] - 2023-06-20

### Added
- Add support for python 3.12. (Nothing changed, other than some assertions in tests.)


## [3.0.1] - 2023-05-22
Expand Down
2 changes: 1 addition & 1 deletion ditto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Django Ditto"
__version__ = "3.0.1"
__version__ = "3.1.0"
__author__ = "Phil Gyford"
__author_email__ = "phil@gyford.com"
__license__ = "MIT"
Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 527c966047722a970b5f478e6efed394
config: febc17d0327d7566083931a74958cc1d
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.0.1',
VERSION: '3.1.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Development &mdash; Django Ditto 3.0.1 documentation</title>
<title>Development &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -30,7 +30,7 @@
<a href="index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -212,7 +212,7 @@ <h3>Packaging<a class="headerlink" href="#packaging" title="Permalink to this he
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; Django Ditto 3.0.1 documentation</title>
<title>Index &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -28,7 +28,7 @@
<a href="index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -97,7 +97,7 @@ <h1 id="index">Index</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Django Ditto: Documentation &mdash; Django Ditto 3.0.1 documentation</title>
<title>Django Ditto: Documentation &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -30,7 +30,7 @@
<a href="#" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -175,7 +175,7 @@ <h1>Django Ditto: Documentation<a class="headerlink" href="#django-ditto-documen
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installation &mdash; Django Ditto 3.0.1 documentation</title>
<title>Installation &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -248,7 +248,7 @@ <h2>Set up each service<a class="headerlink" href="#set-up-each-service" title="
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Introduction &mdash; Django Ditto 3.0.1 documentation</title>
<title>Introduction &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -170,7 +170,7 @@ <h2>What Ditto includes<a class="headerlink" href="#what-ditto-includes" title="
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/objects.inv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sphinx inventory version 2
# Project: Django Ditto
# Version: 3.0
# Version: 3.1
# The remainder of this file is compressed using zlib.
xڕ�Mn� �����:U�Y[�*5����6-?����� ��qSyǼ�yz ��v R�b/,��3Y޵�-�@j%�g_hfXA)�վn�� T⠿H�)à�Gz��h�HF��I�^Ñ�k��ɍ���R"�=--?�- �5�sȔ�9���'+�ފ3�Ų�����zCD���b%��Z�F�q��auҜ,��# �ge��7�[�̔��v�>h�9�~�ג������/Ù,b]�&��7�՚ܤ�J�"��Xe���u�c/�� ��ᕦc�x�ph}
6 changes: 3 additions & 3 deletions docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; Django Ditto 3.0.1 documentation</title>
<title>Search &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />

Expand Down Expand Up @@ -31,7 +31,7 @@
<a href="index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down Expand Up @@ -105,7 +105,7 @@
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/services/flickr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flickr &mdash; Django Ditto 3.0.1 documentation</title>
<title>Flickr &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="../index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -438,7 +438,7 @@ <h3>Fetch Photosets<a class="headerlink" href="#fetch-photosets" title="Permalin
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/services/lastfm.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Last.fm &mdash; Django Ditto 3.0.1 documentation</title>
<title>Last.fm &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="../index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -365,7 +365,7 @@ <h3>Fetch Scrobbles<a class="headerlink" href="#fetch-scrobbles" title="Permalin
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/services/pinboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pinboard &mdash; Django Ditto 3.0.1 documentation</title>
<title>Pinboard &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="../index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -272,7 +272,7 @@ <h3>Fetch Bookmarks<a class="headerlink" href="#fetch-bookmarks" title="Permalin
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/services/twitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twitter &mdash; Django Ditto 3.0.1 documentation</title>
<title>Twitter &mdash; Django Ditto 3.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand All @@ -31,7 +31,7 @@
<a href="../index.html" class="icon icon-home"> Django Ditto
</a>
<div class="version">
3.0
3.1
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -443,7 +443,7 @@ <h3>Fetch Accounts<a class="headerlink" href="#fetch-accounts" title="Permalink
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2016-22, Phil Gyford.</p>
<p>&#169; Copyright 2016-23, Phil Gyford.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down

0 comments on commit d676d38

Please sign in to comment.