Skip to content

Commit

Permalink
Add cmdLine option
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Apr 27, 2022
1 parent 0bf1b87 commit 3f1a0fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.2

- Reintroduce the cli options

## 6.1.1

- Remove type hinting (temporarily)
Expand Down
2 changes: 1 addition & 1 deletion dev.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycodestyle==2.7.0
pycodestyle==2.8.0
twine==3.4.1
flake8==4.0.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ def status(s):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]
],
entry_points={'console_scripts': ['slugify=slugify.__main__:main']},
)
2 changes: 1 addition & 1 deletion slugify/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__url__ = 'https://github.com/un33k/python-slugify'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
__version__ = '6.1.1'
__version__ = '6.1.2'

0 comments on commit 3f1a0fe

Please sign in to comment.