Skip to content

Commit bfaa7a0

Browse files
committed
Updated docs
1 parent b2fb444 commit bfaa7a0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

athena/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Set these to False while debugging
1414
USE_STT = True
15-
USE_TTS = False
15+
USE_TTS = True
1616

1717
# Max gTTS (speaking) string length
1818
MAX_CHAR = 140

docs/api/athena.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
athena package
1+
Athena Package
22
==============
33

44
.. automodule:: athena

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '1.1.0'
63+
version = '1.2.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '1.1.0'
65+
release = '1.2.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Versions should comply with PEP440. For a discussion on single-sourcing
2626
# the version across setup.py and the project code, see
2727
# https://packaging.python.org/en/latest/single_source_version.html
28-
version='1.2.1',
28+
version='1.2.2',
2929

3030
description='Your personal voice assistant',
3131
long_description=long_description,

0 commit comments

Comments
 (0)