Skip to content

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Feb 5, 2020
1 parent 72702c3 commit 9b29ef6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,9 @@
Changelog
=========

2.3 - Feb 6, 2020
------------------

* Fixed #124 remove reuse_address=True from async server/client

* Fixed #121 Unknown attribute key error
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright 2017-2019 Christian Giese. All rights reserved.
Copyright 2017-2020 Christian Giese. All rights reserved.
Copyright 2007-2008 Simplon. All rights reserved.
Copyright 2002-2008 Wichert Akkerman. All rights reserved.

Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Expand Up @@ -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 <developer@gicnet.de>'

# 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.
Expand Down
4 changes: 2 additions & 2 deletions pyrad/__init__.py
Expand Up @@ -40,7 +40,7 @@

__author__ = 'Christian Giese <developer@gicnet.de>'
__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']

0 comments on commit 9b29ef6

Please sign in to comment.