Skip to content

Commit

Permalink
Merge pull request #73 from willkg/release_1_0_6
Browse files Browse the repository at this point in the history
Prep for 1.0.6 release
  • Loading branch information
willkg committed Apr 22, 2021
2 parents 6462e03 + ebdb628 commit 7053373
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Expand Up @@ -2,12 +2,17 @@
History
=======

1.0.6 (In development)
======================
1.0.6 (April 22nd, 2021)
========================

Bug fixes:

* Add ``__repr__`` to Result class (#68)
* Drop support for Python 3.6 (#70)
* bug 1706075: add Windows functions to prefix list
* bug 1699492: fix mutation issues in signature generation
* bug 1705027: add ``NS_CycleCollectorSuspect3`` to prefix list
* bug 1702984: add ``std::vector<T>::_Emplace_reallocate<T>`` to the prefix list


1.0.5 (March 18th, 2021)
Expand Down
4 changes: 2 additions & 2 deletions siggen/__init__.py
Expand Up @@ -6,8 +6,8 @@


# yyyymmdd
__releasedate__ = "20210318"
__releasedate__ = "20210422"

# x.y.z or x.y.z.dev0 -- semver
__version__ = "1.0.5"
__version__ = "1.0.6"
VERSION = parse_version(__version__)

0 comments on commit 7053373

Please sign in to comment.