diff --git a/CHANGES.md b/CHANGES.md index 764da9aec..2d1d09728 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 c1d57adea..ab33e6b9a 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.08", + version = "2023.12", description = "Python SoC/Core builder for building FPGA based systems.", long_description = long_description, long_description_content_type = "text/markdown",