Skip to content

Commit 9b29ef6

Browse files
committed
release 2.3
1 parent 72702c3 commit 9b29ef6

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
2.3 - Feb 6, 2020
5+
------------------
6+
47
* Fixed #124 remove reuse_address=True from async server/client
58

69
* Fixed #121 Unknown attribute key error

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017-2019 Christian Giese. All rights reserved.
1+
Copyright 2017-2020 Christian Giese. All rights reserved.
22
Copyright 2007-2008 Simplon. All rights reserved.
33
Copyright 2002-2008 Wichert Akkerman. All rights reserved.
44

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949

5050
# General information about the project.
5151
project = u'pyrad'
52-
copyright = u'Copyright 2002-2019 Wichert Akkerman and Christian Giese. All rights reserved.'
52+
copyright = u'Copyright 2002-2020 Wichert Akkerman and Christian Giese. All rights reserved.'
5353
author = u'Christian Giese <[email protected]>'
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = u'2.2'
60+
version = u'2.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'2.2'
62+
release = u'2.3'
6363

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

pyrad/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
__author__ = 'Christian Giese <[email protected]>'
4242
__url__ = 'http://pyrad.readthedocs.io/en/latest/?badge=latest'
43-
__copyright__ = 'Copyright 2002-2019 Wichert Akkerman and Christian Giese. All rights reserved.'
44-
__version__ = '2.2'
43+
__copyright__ = 'Copyright 2002-2020 Wichert Akkerman and Christian Giese. All rights reserved.'
44+
__version__ = '2.3'
4545

4646
__all__ = ['client', 'dictionary', 'packet', 'server', 'tools', 'dictfile']

0 commit comments

Comments
 (0)