Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcbyron committed Mar 9, 2016
1 parent b2fb444 commit bfaa7a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion athena/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Set these to False while debugging
USE_STT = True
USE_TTS = False
USE_TTS = True

# Max gTTS (speaking) string length
MAX_CHAR = 140
Expand Down
2 changes: 1 addition & 1 deletion docs/api/athena.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
athena package
Athena Package
==============

.. automodule:: athena
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.0'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.1',
version='1.2.2',

description='Your personal voice assistant',
long_description=long_description,
Expand Down

0 comments on commit bfaa7a0

Please sign in to comment.