setup.py/CHANGES.md: Prepare 2023.12 release.

This commit is contained in:
Florent Kermarrec 2023-12-25 15:36:10 +01:00
parent 7062e3379f
commit 67cfcadf79
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[> Changes since 2023.08
------------------------
[> 2023.12, released on December 25th 2023
------------------------------------------
[> Fixed
--------
- liteeth/arp : Fixed response on table update.

View File

@ -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",