From b2b7130b7b57b6be58c74712119edcd2684cb077 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 5 Jun 2024 22:09:48 +0200 Subject: [PATCH] version: Bump to 2024.04. --- CHANGES.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",