Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 4d4aade

Browse files
committed
Merge branch 'release-v0.1.14'
2 parents ae462dd + 9b1406c commit 4d4aade

29 files changed

+364
-13221
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.1.14 (2023/06/14)
4+
5+
No new features, only dependencies update
6+
7+
**Note**: Minimum version of Python is now 3.8.1.
8+
9+
310
## Version 0.1.13 (2022/06/01)
411

512
No new features, only dependencies update

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# rdltr
22

33
[![PyPI version](https://img.shields.io/pypi/v/rdltr.svg)](https://pypi.org/project/rdltr/)
4-
[![Downloads](https://pepy.tech/badge/rdltr)](https://pepy.tech/project/rdltr)
5-
[![Python Version](https://img.shields.io/badge/python-3.7+-brightgreen.svg)](https://python.org)
6-
[![Flask Version](https://img.shields.io/badge/flask-2.1-brightgreen.svg)](http://flask.pocoo.org/)
7-
[![Vue Version](https://img.shields.io/badge/vue-2.6-brightgreen.svg)](https://vuejs.org/)
4+
[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)
5+
[![Flask Version](https://img.shields.io/badge/flask-2.3-brightgreen.svg)](http://flask.pocoo.org/)
6+
[![Vue Version](https://img.shields.io/badge/vue-2.7-brightgreen.svg)](https://vuejs.org/)
87
[![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)
98
[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)
109
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.13
1+
0.1.14

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0c234ab7953d622ecc8b0d349fa0c9e1
3+
config: e5be6c2373d9dd8d40bb6e7e963bda6c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.md.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.1.14 (2023/06/14)
4+
5+
No new features, only dependencies update
6+
7+
**Note**: Minimum version of Python is now 3.8.1.
8+
9+
310
## Version 0.1.13 (2022/06/01)
411

512
No new features, only dependencies update

docs/_sources/installation.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
Prerequisites
55
~~~~~~~~~~~~~
66

7-
- Python 3.7+
7+
- Python 3.8+
88
- SQLite
99
- yarn (for development only)
1010
- Vue CLI (for development only)

docs/_static/_sphinx_javascript_frameworks_compat.js

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

docs/_static/basic.css

+9-36
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -237,16 +237,6 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240-
a.brackets:before,
241-
span.brackets > a:before{
242-
content: "[";
243-
}
244-
245-
a.brackets:after,
246-
span.brackets > a:after {
247-
content: "]";
248-
}
249-
250240
h1:hover > a.headerlink,
251241
h2:hover > a.headerlink,
252242
h3:hover > a.headerlink,
@@ -335,12 +325,16 @@ p.sidebar-title {
335325
font-weight: bold;
336326
}
337327

328+
nav.contents,
329+
aside.topic,
338330
div.admonition, div.topic, blockquote {
339331
clear: left;
340332
}
341333

342334
/* -- topics ---------------------------------------------------------------- */
343335

336+
nav.contents,
337+
aside.topic,
344338
div.topic {
345339
border: 1px solid #ccc;
346340
padding: 7px;
@@ -379,13 +373,17 @@ div.body p.centered {
379373

380374
div.sidebar > :last-child,
381375
aside.sidebar > :last-child,
376+
nav.contents > :last-child,
377+
aside.topic > :last-child,
382378
div.topic > :last-child,
383379
div.admonition > :last-child {
384380
margin-bottom: 0;
385381
}
386382

387383
div.sidebar::after,
388384
aside.sidebar::after,
385+
nav.contents::after,
386+
aside.topic::after,
389387
div.topic::after,
390388
div.admonition::after,
391389
blockquote::after {
@@ -611,25 +609,6 @@ ul.simple p {
611609
margin-bottom: 0;
612610
}
613611

614-
/* Docutils 0.17 and older (footnotes & citations) */
615-
dl.footnote > dt,
616-
dl.citation > dt {
617-
float: left;
618-
margin-right: 0.5em;
619-
}
620-
621-
dl.footnote > dd,
622-
dl.citation > dd {
623-
margin-bottom: 0em;
624-
}
625-
626-
dl.footnote > dd:after,
627-
dl.citation > dd:after {
628-
content: "";
629-
clear: both;
630-
}
631-
632-
/* Docutils 0.18+ (footnotes & citations) */
633612
aside.footnote > span,
634613
div.citation > span {
635614
float: left;
@@ -654,8 +633,6 @@ div.citation > p:last-of-type:after {
654633
clear: both;
655634
}
656635

657-
/* Footnotes & citations ends */
658-
659636
dl.field-list {
660637
display: grid;
661638
grid-template-columns: fit-content(30%) auto;
@@ -668,10 +645,6 @@ dl.field-list > dt {
668645
padding-right: 5px;
669646
}
670647

671-
dl.field-list > dt:after {
672-
content: ":";
673-
}
674-
675648
dl.field-list > dd {
676649
padding-left: 0.5em;
677650
margin-top: 0em;

docs/_static/css/badge_only.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)