Skip to content

Commit

Permalink
Prepare dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Jun 6, 2023
1 parent fd2a1c4 commit 0288a52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MAKE_RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Prepare/make release on dev.
* Checkout master locally
* git merge dev
* git push
* git branch -D master
* wait for CI to complete on all branches
* On github "prepare release"
* Create tag e.g. v3.4.0dev0
Expand All @@ -38,6 +39,5 @@ Prepare/make release on dev.
------------------------------------------------------------
Prepare release on dev for new commits.
------------------------------------------------------------
* git branch -D master
* Make pull request "prepare dev", with the following:
* Update pymodbus/__init__.py with version number (__version__ X.Y.Zpre)
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
================================
PyModbus - A Python Modbus Stack
================================
We are happy to announce that we have a new home: pymodbus-dev, which is pure 100% FOSS.
The move from a company organization to pymodbus-dev was done to allow a 100% openness in the spirit of FOSS.
We are constantly working the modernize pymodbus and add new features, and we look for people who want to help a bit.
There are challenges small and large not only programming but also documentation and testing.

.. image:: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml/badge.svg?branch=dev
:target: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from pymodbus.logging import pymodbus_apply_logging_config


__version__ = "3.3.1"
__version__ = "3.4.0alfa"
__version_full__ = f"[pymodbus, version {__version__}]"

0 comments on commit 0288a52

Please sign in to comment.