- Update HISTORY.rst
- Update version number in
my_project/__init__.py - Update version number in
setup.py - Run the tests:
python setup.py test
tox
- Commit the changes:
| Note: replace 'appname' with your application's name... | |
| LOGGING = { | |
| 'version': 1, | |
| 'disable_existing_loggers': False, | |
| 'formatters': { | |
| 'verbose': { | |
| 'format': '%(levelname)s|%(asctime)s|%(module)s|%(process)d|%(thread)d|%(message)s', | |
| 'datefmt' : "%d/%b/%Y %H:%M:%S", | |
| }, |
my_project/__init__.pysetup.pypython setup.py test
tox