setup.py/CHANGES.md: Prepare 2023.12 release.
This commit is contained in:
parent
7062e3379f
commit
67cfcadf79
|
@ -1,5 +1,5 @@
|
|||
[> Changes since 2023.08
|
||||
------------------------
|
||||
[> 2023.12, released on December 25th 2023
|
||||
------------------------------------------
|
||||
[> Fixed
|
||||
--------
|
||||
- liteeth/arp : Fixed response on table update.
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in New Issue