diff --git a/CHANGES.md b/CHANGES.md index 764da9aec8..2d1d097284 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -[> Changes since 2023.08 ------------------------- +[> 2023.12, released on December 25th 2023 +------------------------------------------ [> Fixed -------- - liteeth/arp : Fixed response on table update. diff --git a/setup.py b/setup.py index c1d57adea9..ab33e6b9a9 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "litex", - version = "2023.08", + version = "2023.12", description = "Python SoC/Core builder for building FPGA based systems.", long_description = long_description, long_description_content_type = "text/markdown",