- Update HISTORY.rst
- Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
- Update version number (can also be minor or major)
bumpversion patch
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch
| # /usr/bin/uwsgi --ini /etc/uwsgi/mailman.ini | |
| [uwsgi] | |
| plugins = cgi | |
| vhost = true | |
| master = true | |
| #touch-reload = %p | |
| #daemonize = /var/log/uwsgi-mailman.log | |
| #pidfile = /var/run/uwsgi-mailman.pid | |
| #log-maxsize = 20971520 | |
| socket = 127.0.0.1:4010 |
| <form action="{% url %}" method="post" enctype="multipart/form-data">{% csrf_token %} | |
| <input type="file" name="csv_file" /> | |
| <input type="submit" value="Upload" /> | |
| </form> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> |