Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Feb 1, 2017
1 parent cca4ab2 commit f0765a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ py3c Changes
Version History
===============

v0.8 (2017-02-01)
-----------------

Additions:

* Add backports for PyMem_Raw*

Compatibility:

* Restore compatibility with old Visual Studio versions
* Enable tests on Python 3.6


v0.7 (2016-07-05)
-----------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py3c.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions
#Requires: python
#Requires: python3

Version: 0.7
Version: 0.8
Cflags: -I${includedir}

0 comments on commit f0765a3

Please sign in to comment.