Skip to content

Commit

Permalink
Bump version 2.3.0
Browse files Browse the repository at this point in the history
Update changelog

Improve release doc
  • Loading branch information
iMichka committed Aug 2, 2023
1 parent 5d2e2f4 commit 54052cb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
Changes
=======

Next version
------------
Version 2.3.0
-------------

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

2. Make type equivalence check for string and ostream more robust (`is_std_string`, `is_std_wstring`, `is_std_ostream`, `is_std_wostream`)

3. Skip GCC's __va_list fields on AArch644

4. Add search_path arg to `find_xml_generator

5. Publish pygccxml as source distribution too

Version 2.2.1
-------------

Expand Down
8 changes: 6 additions & 2 deletions docs/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ Cleanup your dist:

``rm -rf dist``

The wheels are built with:
Make sur your build tools are up to date

``python3 setup.py bdist_wheel --universal``
`python3 -m pip install --upgrade build`

The wheels and the source distribution are built with:

``python3 -m build``

They are uploaded with:

Expand Down
2 changes: 1 addition & 1 deletion pygccxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
# TODO:
# 1. Add "explicit" property for constructors

__version__ = '2.2.1'
__version__ = '2.3.0'

0 comments on commit 54052cb

Please sign in to comment.