Skip to content

Commit 3396b83

Browse files
committed
Bumpversion to 1.3.4
1 parent 6243a05 commit 3396b83

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th
66
have the same version, as communication protocol might change between versions. In the firmware/driver there
77
is a safeguard to prevent miscommunication.
88

9-
Version 1.3.3
9+
Version 1.3.4
1010
=============
1111

12+
An error in ``stepgen`` related to index pulses has been resolved in this version. The error prevented the
13+
firmware from correctly setting the ``dir``-pin. Recompilation of firmware is required. The correct working
14+
of the ``stepgen`` has been tested on a real machine, instead on synthesis. Many thanks LisovR for debugging
15+
this module.
16+
17+
Version 1.3.0 to 1.3.3 are now `yanked <https://pypi.org/help/#yanked>`_ because of not working ``stepgen`` module.
18+
19+
Version 1.3.3 - yanked
20+
======================
21+
1222
An error in ``stepgen`` related to index pulses has been resolved in this version. No need to re-compile the
1323
firmware, only reinstallation of the drivers is required.
1424

15-
Version 1.3.2
16-
=============
25+
Version 1.3.2 - yanked
26+
======================
1727

1828
An error in ``stepgen`` has been resolved in this version. Upgrading from version 1.3.0 or 1.3.1 to this version
1929
requires re-compilation of the firmware and re-installation of the drivers.
@@ -28,16 +38,14 @@ requires re-compilation of the firmware and re-installation of the drivers.
2838

2939
* ``stepgen``: when using 3, 7 , 11, and so on stepgens, the ``encoder`` module would fail.
3040

31-
32-
33-
Version 1.3.1
34-
=============
41+
Version 1.3.1 - yanked
42+
======================
3543

3644
Due to an upgrade of the build-system, the script ``litexcnc`` was not installed on all systems. In this version
3745
this has been patched.
3846

39-
Version 1.3.0
40-
=============
47+
Version 1.3.0 - yanked
48+
======================
4149

4250
.. info::
4351
For this version the configuration file has to be changed. The section ``watchdog: {}`` has been expanded

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litexcnc"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
55
authors = [
66
{ name = "Peter van Tol", email = "petertgvantol@gmail.com" },

0 commit comments

Comments
 (0)