Skip to content

Commit

Permalink
Bump version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cafehaine committed Apr 27, 2022
1 parent 689163c commit 080e9b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog for xlsd
## Version 1.6
- JD Solanki
- Add an environment variable to configure item display
[`43fa979`](https://github.com/cafehaine/xontrib-xlsd/commit/43fa979f887c97bfd52ab3e7daf99e7b93614dd6)
[`249df0d`](https://github.com/cafehaine/xontrib-xlsd/commit/249df0dd46e052e669c07d42a44e711943c54558)
[`ba201eb`](https://github.com/cafehaine/xontrib-xlsd/commit/ba201eb7ec8d3a38bee8832eced7726e4e714142)
## Version 1.5
- CaféHaine
- No longer rely on xonsh.platform for os.scandir
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="xontrib-xlsd",
version="0.1.5",
version="0.1.6",
license="GPLv3",
url="https://github.com/cafehaine/xontrib-xlsd",
description="An improved ls for xonsh, inspired by lsd",
Expand All @@ -15,7 +15,7 @@
packages=['xontrib', 'xlsd'],
package_dir={'xontrib': 'xontrib', 'xlsd': 'xlsd'},
package_data={'xontrib': ['*.xsh'], 'xlsd': ['*.py']},
install_requires=['xonsh>=0.9.26'],
install_requires=['xonsh>=0.9.26', 'wcwidth>=0.2.5'],
python_requires='>=3.9',
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 080e9b2

Please sign in to comment.