Skip to content

Commit bb27b55

Browse files
committed
Wilderness Release v0.1.10
* Rename `_argparse.py` module to `argparse_wrappers.py` * Ensure PyTest doesn't think certain classes are test cases * Various code quality fixes (thanks to @kloczek)
1 parent 8f918ba commit bb27b55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 0.1.10
4+
5+
* Rename `_argparse.py` module to `argparse_wrappers.py`
6+
* Ensure PyTest doesn't think certain classes are test cases
7+
* Various code quality fixes (thanks to @kloczek)
8+
39
## Version 0.1.9
410

511
* Add MANIFEST.in file to package for more complete packaging (thanks to

wilderness/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (0, 1, 9)
3+
VERSION = (0, 1, 10)
44

55
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)