File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ py3c Changes
77Version 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+
1023v0.7 (2016-07-05)
1124-----------------
1225
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
1212Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments