Skip to content

Commit

Permalink
version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Jan 12, 2015
1 parent ff6a0eb commit ff9b34f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Expand Up @@ -6,6 +6,13 @@ Version 0.2

Starting to become stable and useful.

0.2.3
^^^^^
Released on 2015-01-12

* Use a 30 second timeout on sqlite3 (instead of default 5s) to help work
around https://github.com/adamgreig/sheepdog/issues/28

0.2.2
^^^^^
Released on 2014-10-27
Expand Down
2 changes: 1 addition & 1 deletion sheepdog/__init__.py
Expand Up @@ -19,7 +19,7 @@
from __future__ import print_function

__author__ = "Adam Greig <adam@adamgreig.com>"
__version__ = "0.2.2"
__version__ = "0.2.3"
__version_info__ = tuple([int(d) for d in __version__.split(".")])
__license__ = "MIT License"

Expand Down

0 comments on commit ff9b34f

Please sign in to comment.