We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ef49b commit f27831dCopy full SHA for f27831d
setup.py
@@ -18,7 +18,7 @@
18
os.system('python setup.py sdist')
19
os.system('twine upload dist/django-bootstrap4-{}.tar.gz'.format(VERSION))
20
21
- message = '\nreleased [{version}](https://pypi.python.org/pypi/django-bootstrap4/{version})'
+ message = '\nreleased [{version}](https://pypi.python.org/pypi/django-bootstrap3/{version})'
22
print(message.format(version=VERSION))
23
sys.exit()
24
0 commit comments