Skip to content

Commit

Permalink
Preparing release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 29, 2017
1 parent 38b1616 commit 7b46ce9
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.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.
Expand Down
2 changes: 1 addition & 1 deletion 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()
Expand Down

0 comments on commit 7b46ce9

Please sign in to comment.