Get ready for release 3.4.1

This commit is contained in:
rocky
2019-10-02 10:39:43 -04:00
parent 5ad51707e3
commit d62dc3daac
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
3.4.1 2019-10-02
================
- Correct assert{,2} transforms Fixes #289
- Fragment parsing fixes:
* Wasn't handling 3-arg %p
* fielding error in code_deparse()
3.4.0 2019-08-24 Totoro 3.4.0 2019-08-24 Totoro
======================= =======================

View File

@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# This file is suitable for sourcing inside bash as # This file is suitable for sourcing inside bash as
# well as importing into Python # well as importing into Python
VERSION="3.4.0" # noqa VERSION="3.4.1" # noqa