File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Prepare/make release on dev.
1919* Checkout master locally
2020 * git merge dev
2121 * git push
22+ * git branch -D master
2223 * wait for CI to complete on all branches
2324* On github "prepare release"
2425 * Create tag e.g. v3.4.0dev0
@@ -38,6 +39,5 @@ Prepare/make release on dev.
3839------------------------------------------------------------
3940Prepare release on dev for new commits.
4041------------------------------------------------------------
41- * git branch -D master
4242* Make pull request "prepare dev", with the following:
4343 * Update pymodbus/__init__.py with version number (__version__ X.Y.Zpre)
Original file line number Diff line number Diff line change 11================================
22PyModbus - A Python Modbus Stack
33================================
4- We are happy to announce that we have a new home: pymodbus-dev, which is pure 100% FOSS .
5- The move from a company organization to pymodbus-dev was done to allow a 100% openness in the spirit of FOSS .
4+ We are constantly working the modernize pymodbus and add new features, and we look for people who want to help a bit .
5+ There are challenges small and large not only programming but also documentation and testing .
66
77.. image :: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml/badge.svg?branch=dev
88 :target: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml
Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ Examples
33
44The examples can be downloaded from https://github.com/pymodbus-dev/pymodbus/tree/dev/examples
55
6- Examples version 3.x
7- --------------------
6+ .. tip :: The examples needs to be run from within the examples directory, unless you modify them.
7+ Most examples use helper.py and client_*.py or server_*.py. This is done to avoid maintaining the
8+ same code in multiple files.
9+
10+ Examples:
11+ ---------
812
913These examples are considered essential usage examples, and are guaranteed to work,
1014because they are tested automatilly with each dev branch commit using CI.
Original file line number Diff line number Diff line change 1212from pymodbus .logging import pymodbus_apply_logging_config
1313
1414
15- __version__ = "3.3.1 "
15+ __version__ = "3.4.0alfa "
1616__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments