Skip to content

Commit

Permalink
Prepare 1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Jan 13, 2012
1 parent 2d423bf commit bf6c269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changes.rst
@@ -1,8 +1,8 @@
Changelog
=========

1.2 - Unreleased
----------------
1.2 - January 13, 2012
----------------------

- Extend XML extractor to check python expressions in templates. This
fixes `issue 7 <https://github.com/wichert/lingua/pull/7>`_. Thanks to
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys

version = "1.2dev"
version = "1.2"

install_requires=[
"polib",
Expand Down

0 comments on commit bf6c269

Please sign in to comment.