File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ py3c Changes
77Version History
88===============
99
10+ v1.1 (2019-10-04)
11+ -----------------
12+
13+ Compatibility:
14+
15+ * Tests updated to pass with Python 3.8.0rc1
16+ * Python versions 2.6 and 3.3 are no longer tested (due to lack of CI support)
17+
18+
1019v1.0 (2018-02-06)
1120-----------------
1221
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '1.0 '
56+ version = '1.1 '
5757# The full version, including alpha/beta/rc tags.
58- release = '1.0a1 '
58+ release = '1.1 '
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: 1.0
11+ Version: 1.1
1212Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def find_headers():
1616
1717setup (
1818 name = 'py3c' ,
19- version = '1.0 ' ,
19+ version = '1.1 ' ,
2020 description = 'Python compatibility headers' ,
2121 long_description = long_description ,
2222 author = 'Petr Viktorin' ,
You can’t perform that action at this time.
0 commit comments