Skip to content

Commit 54052cb

Browse files
committed
Bump version 2.3.0
Update changelog Improve release doc
1 parent 5d2e2f4 commit 54052cb

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
Changes
22
=======
33

4-
Next version
5-
------------
4+
Version 2.3.0
5+
-------------
66

77
1. Drop support for ```Python 3.5```
88

9+
2. Make type equivalence check for string and ostream more robust (`is_std_string`, `is_std_wstring`, `is_std_ostream`, `is_std_wostream`)
10+
11+
3. Skip GCC's __va_list fields on AArch644
12+
13+
4. Add search_path arg to `find_xml_generator
14+
15+
5. Publish pygccxml as source distribution too
16+
917
Version 2.2.1
1018
-------------
1119

docs/releasing.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ Cleanup your dist:
4949

5050
``rm -rf dist``
5151

52-
The wheels are built with:
52+
Make sur your build tools are up to date
5353

54-
``python3 setup.py bdist_wheel --universal``
54+
`python3 -m pip install --upgrade build`
55+
56+
The wheels and the source distribution are built with:
57+
58+
``python3 -m build``
5559

5660
They are uploaded with:
5761

pygccxml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
# TODO:
4242
# 1. Add "explicit" property for constructors
4343

44-
__version__ = '2.2.1'
44+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)