Skip to content

Commit

Permalink
Getting ready for version 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
passiomatic committed Jul 6, 2014
1 parent c89b974 commit f5006a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See _[setup]_ page.

## Upgrading from previous versions

Coldsweat 0.9.2 works with a newer version of the Peewee package. To update run:
Always make sure required packages are up-to-date. To update run:

pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion coldsweat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'''

__author__ = 'Andrea Peltrin and Rui Carmo'
__version__ = (0, 9, 2, '')
__version__ = (0, 9, 3, '')
__license__ = 'MIT'

from os import path
Expand Down

0 comments on commit f5006a6

Please sign in to comment.