Preparing release 0.1.4

This commit is contained in:
Stephan Geulette 2013-04-24 11:20:49 +02:00
parent 21c03da8f2
commit eb4bfff4ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
0.1.4 (unreleased)
0.1.4 (2013-04-24)
------------------
- Manage internal_reference field automatically (no user input needed) [sgeulette]

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.1.4.dev0'
version = '0.1.4'
long_description = (
open('README.rst').read()