diff --git a/CHANGES.md b/CHANGES.md index f4da9c3cd..196208ed2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/setup.py b/setup.py index a52575a62..d9ae3f81f 100755 --- a/setup.py +++ b/setup.py @@ -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",