Preparing release 4.0.0a5

[ci skip]
This commit is contained in:
Maurits van Rees 2022-04-04 11:13:08 +02:00
parent 5f5b23c8cd
commit 27dd3649d9
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
3 changed files with 10 additions and 2 deletions

View File

@ -8,6 +8,15 @@ Changelog
.. towncrier release notes start
4.0.0a5 (2022-04-04)
--------------------
New features:
- Moved JS to Mockup control panel patterns (ES6) [MrTango] (#190)
4.0.0a4 (2022-03-23)
--------------------

View File

@ -1 +0,0 @@
Moved JS to Mockup control panel patterns (ES6) [MrTango]

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '4.0.0a5.dev0'
version = '4.0.0a5'
install_requires = [
'setuptools',