From 70b9236959ecec113f493d54338d8ebbde383b47 Mon Sep 17 00:00:00 2001 From: krakozaure <> Date: Sun, 20 Jan 2019 19:17:56 +0100 Subject: [PATCH] Update files for the v0.0.10 release --- changelog.md | 8 ++++++++ pyzzy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 00912f8..9790f13 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +### v0.0.10 + +- Fix bad configuration for packaging +- Fix a bad escaped regexp in `tests/test_logs.py` +- Add python 3.4 test for Travis +- Update year in `LICENSE` + + ### v0.0.9 **Reformat some files (black)** diff --git a/pyzzy/__init__.py b/pyzzy/__init__.py index 69ac45a..a3a88fe 100644 --- a/pyzzy/__init__.py +++ b/pyzzy/__init__.py @@ -21,7 +21,7 @@ __author__ = "krakozaure" __license__ = "MIT" -__version__ = "0.0.9" +__version__ = "0.0.10" __all__ = [ "dump", diff --git a/setup.py b/setup.py index 8d627b8..87a068b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyzzy", - version="0.0.9", + version="0.0.10", author="krakozaure", license="MIT License", author_email="",