From 47e2ae30b749e6f0b8eb6958704755a066ff3b6d Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sun, 15 Oct 2023 11:39:39 +1100 Subject: [PATCH] Version bump - 0.4.0 --- docs/strcs/changelog.rst | 2 +- strcs/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/strcs/changelog.rst b/docs/strcs/changelog.rst index 21e79f2..239d0d9 100644 --- a/docs/strcs/changelog.rst +++ b/docs/strcs/changelog.rst @@ -5,7 +5,7 @@ Changelog .. _release-0.4.0: -0.4.0 - TBD +0.4.0 - 15 October 2023 * Add a ``disassemble`` method to the type cache and implemented ``disassemble`` on ``strcs.Type`` using it. Note that the signature also changes to no longer have an "expect" but also it's smarter about the resulting Type diff --git a/strcs/version.py b/strcs/version.py index 867e4b1..6cc293e 100644 --- a/strcs/version.py +++ b/strcs/version.py @@ -1 +1 @@ -VERSION = "0.3.0" +VERSION = "0.4.0"