Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Aug 19, 2011
1 parent 84adc04 commit 193274a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
@@ -1,7 +1,8 @@
Changelog
=========

In next release ...
2.1.2 (2011-08-19)
~~~~~~~~~~~~~~~~~~

- Enable option ``literal_false`` to get the behavior that a value of
``False`` does not drop an attribute.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys

version = '2.1.2-dev'
version = '2.1.2'

install_requires = [
'setuptools',
Expand Down

0 comments on commit 193274a

Please sign in to comment.