2022 Feb 06 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.3.1
* Fix the package description

2022 Feb 06 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.3.0
* Python 3.9 support
* Bug fix: properly NULL terminated string to compare for static method
  decorator
* Be more PEP8 compliant with the argument names
* API change: now the decorators may have the 'arguments' member set to None
  - case 1: decor
    arguments will be None
  - case 2: decor()
    arguments will be []

2020 Apr 07 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.2.1
* Fix: incorrect python version spec in setup.py

2020 Apr 06 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.2.0
* Python 3.8 support
* Docstrings now provide both start line and end line. Backward compatibilty is
  preserved
* Do not build the 'tree' utility by default

2019 Jul 29 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.1.1
* Make it buildable for MacOS with clang

2019 Apr 24 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.1.0
* Python 3.7 support
* Minor fixes in setup.py

2018 Aug 01 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.0.3
* Be pep8 compliant when display names are formed

2017 Nov 16 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release 3.0.2
* Bug fix: correct handling of the docstrings which start with 'r' or 'u'

2017 Aug 21 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release v.3.0.1
* Fix: missed quote in the nice stringify output
* Better package description
* Cosmetics


2017 Aug 20 Sergey Satskiy <sergey.satskiy@gmail.com>

* First python 3 release v.3.0.0
* Python 3.5 syntax covered


2016 Jul 22 Sergey Satskiy <sergey.satskiy@gmail.com>

* Release v.2.0.1 using the updated releasing procedure


2016 Apr 25 Sergey Satskiy <sergey.satskiy@gmail.com>

* First release using travis v.2.0.0
