Skip to content

Commit

Permalink
finalizing the 0.2.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed May 30, 2017
1 parent 8a7f8b5 commit a36fd1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -26,8 +26,8 @@ Stalker Changes

* **Update:** With the reintroduction of SQLite3, the new JSON type column in
``WorkingHours`` class has been upgraded to support SQLite3. So with SQLite3
the column stores the data as TEXT but seamlessly convert them to JSON on
when ORM loads or commits the data.
the column stores the data as TEXT but seamlessly convert them to JSON when
ORM loads or commits the data.

* **New:** Added ``ConfigBase`` as a base class for ``Config`` to let it be
used in other config classes.
Expand Down
2 changes: 1 addition & 1 deletion stalker/__init__.py
Expand Up @@ -23,7 +23,7 @@

import sys

__version__ = '0.2.21.dev'
__version__ = '0.2.21'


__string_types__ = []
Expand Down

0 comments on commit a36fd1e

Please sign in to comment.