File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
master_doc = "index"
11
11
project = "akismet"
12
12
copyright = "2005-2020, Michael Foord and James Bennett"
13
- version = "1.1a1 "
14
- release = "1.1a1 "
13
+ version = "1.1 "
14
+ release = "1.1 "
15
15
exclude_trees = ["_build" ]
16
16
pygments_style = "sphinx"
17
17
html_static_path = ["_static" ]
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.1a1
22
+ version = 1.1
23
23
24
24
[options]
25
25
install_requires =
Original file line number Diff line number Diff line change 6
6
import requests
7
7
8
8
9
- __version__ = "1.1a1 "
9
+ __version__ = "1.1 "
10
10
11
11
12
12
class AkismetError (Exception ):
You can’t perform that action at this time.
0 commit comments