Skip to content

Commit

Permalink
Update copyright and version number in Docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Jun 6, 2018
1 parent a3057b7 commit 801bad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -44,16 +44,16 @@

# General information about the project.
project = u'django-rest-auth'
copyright = u'2014, Tivix Inc.'
copyright = u'2018, Tivix Inc.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.9.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.9.3'

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

0 comments on commit 801bad7

Please sign in to comment.