File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
:alt: CI status image
5
5
:target: https://github.com/ubernostrum/akismet/actions?query=workflow%3ACI
6
6
7
- ``akismet `` is a Python (3.5+) library wrapping `the Wordpress Akismet
7
+ ``akismet `` is a Python library wrapping `the Wordpress Akismet
8
8
spam-detection service <https://akismet.com/> `_. All methods of the
9
9
Akismet API are supported:
10
10
Original file line number Diff line number Diff line change 10
10
project = "akismet"
11
11
copyright = "2005-2022, Michael Foord and James Bennett"
12
12
version = "1.2"
13
- release = "1.2"
13
+ release = "1.2.1 "
14
14
exclude_trees = ["_build" ]
15
15
pygments_style = "sphinx"
16
16
htmlhelp_basename = "akismetdoc"
Original file line number Diff line number Diff line change 1
1
akismet |release |
2
2
=================
3
3
4
- `akismet ` is a Python (3.5+) library wrapping `the Wordpress Akismet
4
+ `akismet ` is a Python library wrapping `the Wordpress Akismet
5
5
spam-filtering service <https://akismet.com/> `_. All methods of the
6
6
Akismet API are supported:
7
7
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ license = BSD 3-Clause
19
19
long_description = file: README.rst
20
20
name = akismet
21
21
url = https://github.com/ubernostrum/akismet
22
- version = 1.2
22
+ version = 1.2.1
23
23
24
24
[options]
25
25
install_requires =
You can’t perform that action at this time.
0 commit comments