Commit 75d4d3a3 authored by Jason Madden's avatar Jason Madden

Preparing release 4.4.1

parent 9e7bd4fc
``persistent`` Changelog ``persistent`` Changelog
======================== ========================
4.4.1 (unreleased) 4.4.1 (2018-08-23)
------------------ ------------------
- Fix installation of source packages on PyPy. See `issue 88 - Fix installation of source packages on PyPy. See `issue 88
......
...@@ -20,7 +20,7 @@ from setuptools import Extension ...@@ -20,7 +20,7 @@ from setuptools import Extension
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '4.4.1.dev0' version = '4.4.1'
here = os.path.abspath(os.path.dirname(__file__)) here = os.path.abspath(os.path.dirname(__file__))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment