version: Bump to 2024.04.

This commit is contained in:
Florent Kermarrec 2024-06-05 22:09:48 +02:00
parent abcc0b8ab6
commit b2b7130b7b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[> Changes since 2023.12
------------------------
[> 2024.04, released on June 5th 2024
-------------------------------------
[> Fixed
--------
- integration/soc : Fixed typo in cpu mem_bus axi-via-wb downconvert

View File

@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
setup(
name = "litex",
version = "2023.12",
version = "2024.04",
description = "Python SoC/Core builder for building FPGA based systems.",
long_description = long_description,
long_description_content_type = "text/markdown",