Skip to content

Commit f6ea034

Browse files
committed
Bump version numbers.
1 parent b07621f commit f6ea034

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
master_doc = "index"
1111
project = "akismet"
1212
copyright = "2005-2020, Michael Foord and James Bennett"
13-
version = "1.1a1"
14-
release = "1.1a1"
13+
version = "1.1"
14+
release = "1.1"
1515
exclude_trees = ["_build"]
1616
pygments_style = "sphinx"
1717
html_static_path = ["_static"]

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.1a1
22+
version = 1.1
2323

2424
[options]
2525
install_requires =

src/akismet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import requests
77

88

9-
__version__ = "1.1a1"
9+
__version__ = "1.1"
1010

1111

1212
class AkismetError(Exception):

0 commit comments

Comments
 (0)