Skip to content

Commit

Permalink
UPD: bump version to 0.1.0, update changelog and development status
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Oct 11, 2021
1 parent 0253809 commit 2fe06da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
- 0.1.0:
- Add NT support to `SubprocessMethod`
- Do not show console window when running shell commands
- Run tests on 3 platforms and on 2 Python versions
- Change delete methods order
- Use `shlex.split` to split commands into lists of strings
- Remove `shell` and `capture_output` kwargs from all subprocess calls
- Run Python with `-m` argument in version test
- Update PyPI tags
- Change development status to alpha

- 0.0.3:
- Export `run` function
Expand Down
2 changes: 1 addition & 1 deletion deleter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

from deleter.core import register, unregister

__version__ = "0.0.3"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},

classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',

'License :: OSI Approved :: MIT License',

Expand Down

0 comments on commit 2fe06da

Please sign in to comment.