diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index deb7807..349d214 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -7,6 +7,14 @@ py3c Changes Version History =============== +v0.6 (2016-05-19) +----------------- + +Packaging: + +* Fix file permissions when doing ``make instal`` + + v0.5 (2016-05-13) ----------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 3d36095..fe69f96 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5' +release = '0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/py3c.pc.in b/py3c.pc.in index b87c57c..64fa67c 100644 --- a/py3c.pc.in +++ b/py3c.pc.in @@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions #Requires: python #Requires: python3 -Version: 0.5 +Version: 0.6 Cflags: -I${includedir}