version: Bump to 2024.04.
This commit is contained in:
parent
abcc0b8ab6
commit
b2b7130b7b
|
@ -1,5 +1,5 @@
|
||||||
[> Changes since 2023.12
|
[> 2024.04, released on June 5th 2024
|
||||||
------------------------
|
-------------------------------------
|
||||||
[> Fixed
|
[> Fixed
|
||||||
--------
|
--------
|
||||||
- integration/soc : Fixed typo in cpu mem_bus axi-via-wb downconvert
|
- integration/soc : Fixed typo in cpu mem_bus axi-via-wb downconvert
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "litex",
|
name = "litex",
|
||||||
version = "2023.12",
|
version = "2024.04",
|
||||||
description = "Python SoC/Core builder for building FPGA based systems.",
|
description = "Python SoC/Core builder for building FPGA based systems.",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
long_description_content_type = "text/markdown",
|
long_description_content_type = "text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue