Skip to content

Commit

Permalink
REL: add missing __init__ file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Apr 19, 2022
1 parent a712293 commit 794f02f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
### Changelog extractor
* Added GitHub releases changelog extractor (partially working).
* Added `update-packages.sh` script.
* Added missing init file for `packaging_utils.changelog_extractor` module.

2022-01-18
----------
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='packaging_utils',
version='0.2.1',
version='0.2.2',
maintainer='Sebastian Wagner',
maintainer_email='sebix@sebix.at',
python_requires='>=3.6',
Expand Down

0 comments on commit 794f02f

Please sign in to comment.