Skip to content

Commit

Permalink
Wilderness Release v0.1.10
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
GjjvdBurg committed Apr 9, 2023
1 parent 8f918ba commit bb27b55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.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)

## Version 0.1.9

* Add MANIFEST.in file to package for more complete packaging (thanks to
Expand Down
2 changes: 1 addition & 1 deletion wilderness/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 1, 9)
VERSION = (0, 1, 10)

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

0 comments on commit bb27b55

Please sign in to comment.