-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,17 +49,17 @@ | |
|
||
# General information about the project. | ||
project = u'pyrad' | ||
copyright = u'Copyright 2002-2019 Wichert Akkerman and Christian Giese. All rights reserved.' | ||
copyright = u'Copyright 2002-2020 Wichert Akkerman and Christian Giese. All rights reserved.' | ||
author = u'Christian Giese <[email protected]>' | ||
|
||
# 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 = u'2.2' | ||
version = u'2.3' | ||
# The full version, including alpha/beta/rc tags. | ||
release = u'2.2' | ||
release = u'2.3' | ||
|
||
# The language for content autogenerated by Sphinx. Refer to documentation | ||
# for a list of supported languages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
|
||
__author__ = 'Christian Giese <[email protected]>' | ||
__url__ = 'http://pyrad.readthedocs.io/en/latest/?badge=latest' | ||
__copyright__ = 'Copyright 2002-2019 Wichert Akkerman and Christian Giese. All rights reserved.' | ||
__version__ = '2.2' | ||
__copyright__ = 'Copyright 2002-2020 Wichert Akkerman and Christian Giese. All rights reserved.' | ||
__version__ = '2.3' | ||
|
||
__all__ = ['client', 'dictionary', 'packet', 'server', 'tools', 'dictfile'] |