Skip to content

Commit 480d78a

Browse files
committed
Remove version references from README and docs index.
1 parent f921eb9 commit 480d78a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:alt: CI status image
55
:target: https://github.com/ubernostrum/akismet/actions?query=workflow%3ACI
66

7-
``akismet`` is a Python (3.5+) library wrapping `the Wordpress Akismet
7+
``akismet`` is a Python library wrapping `the Wordpress Akismet
88
spam-detection service <https://akismet.com/>`_. All methods of the
99
Akismet API are supported:
1010

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
project = "akismet"
1111
copyright = "2005-2022, Michael Foord and James Bennett"
1212
version = "1.2"
13-
release = "1.2"
13+
release = "1.2.1"
1414
exclude_trees = ["_build"]
1515
pygments_style = "sphinx"
1616
htmlhelp_basename = "akismetdoc"

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
akismet |release|
22
=================
33

4-
`akismet` is a Python (3.5+) library wrapping `the Wordpress Akismet
4+
`akismet` is a Python library wrapping `the Wordpress Akismet
55
spam-filtering service <https://akismet.com/>`_. All methods of the
66
Akismet API are supported:
77

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = BSD 3-Clause
1919
long_description = file: README.rst
2020
name = akismet
2121
url = https://github.com/ubernostrum/akismet
22-
version = 1.2
22+
version = 1.2.1
2323

2424
[options]
2525
install_requires =

0 commit comments

Comments
 (0)