From 05e6bfad6eaa7ab1cfdfdeb2744825aefc65bc54 Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Wed, 4 Sep 2019 10:21:49 +0200 Subject: [PATCH] 1.6.11 changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d135a57..05a90a7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 1.6.11 - Added __version__ attribute + +Added `__version__` attribute to comply with PEP396, following [this guide](https://smarie.github.io/python-getversion/#package-versioning-best-practices). Fixes [#45](https://github.com/smarie/python-makefun/issues/45). + ### 1.6.10 - Fixed dependencies 2 Fixed `six` dependency: also declared as a setup dependency.