diff --git a/CHANGES.rst b/CHANGES.rst index 47ca2f4..6b799ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -1.3.1 (unreleased) ------------------- +1.4 (2017-05-29) +---------------- - Turn functional tests into better covering unit tests and also add more tests. This removes test dependencies on unrelated packages. diff --git a/setup.py b/setup.py index 02c8b06..c43263b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from setuptools import setup, find_packages -version = '1.3.1.dev0' +version = '1.4' readme = open('README.rst').read() changes = open('CHANGES.rst').read()