Skip to content

Commit 3f1a0fe

Browse files
committed
Add cmdLine option
1 parent 0bf1b87 commit 3f1a0fe

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.2
2+
3+
- Reintroduce the cli options
4+
15
## 6.1.1
26

37
- Remove type hinting (temporarily)

dev.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pycodestyle==2.7.0
1+
pycodestyle==2.8.0
22
twine==3.4.1
33
flake8==4.0.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ def status(s):
8080
'Programming Language :: Python :: 3.8',
8181
'Programming Language :: Python :: 3.9',
8282
'Programming Language :: Python :: 3.10',
83-
]
83+
],
84+
entry_points={'console_scripts': ['slugify=slugify.__main__:main']},
8485
)

slugify/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__url__ = 'https://github.com/un33k/python-slugify'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
8-
__version__ = '6.1.1'
8+
__version__ = '6.1.2'

0 commit comments

Comments
 (0)