Skip to content

Commit

Permalink
Update files for the v0.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krakozaure committed Jan 20, 2019
1 parent bfc834a commit 70b9236
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)**
Expand Down
2 changes: 1 addition & 1 deletion pyzzy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = "krakozaure"
__license__ = "MIT"
__version__ = "0.0.9"
__version__ = "0.0.10"

__all__ = [
"dump",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyzzy",
version="0.0.9",
version="0.0.10",
author="krakozaure",
license="MIT License",
author_email="",
Expand Down

0 comments on commit 70b9236

Please sign in to comment.