Skip to content

Commit f0765a3

Browse files
committed
Bump version to 0.8
1 parent cca4ab2 commit f0765a3

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

doc/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ py3c Changes
77
Version History
88
===============
99

10+
v0.8 (2017-02-01)
11+
-----------------
12+
13+
Additions:
14+
15+
* Add backports for PyMem_Raw*
16+
17+
Compatibility:
18+
19+
* Restore compatibility with old Visual Studio versions
20+
* Enable tests on Python 3.6
21+
22+
1023
v0.7 (2016-07-05)
1124
-----------------
1225

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '0.7'
56+
version = '0.8'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.7'
58+
release = '0.8'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

py3c.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: Python 2/3 compatibility layer for C extensions
88
#Requires: python
99
#Requires: python3
1010

11-
Version: 0.7
11+
Version: 0.8
1212
Cflags: -I${includedir}

0 commit comments

Comments
 (0)