Skip to content

Commit 7280db2

Browse files
PSTPX1PSTPX1
PSTPX1
authored and
PSTPX1
committed
Bump version: 3.5.2 → 3.5.3
1 parent 0133521 commit 7280db2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.7.0"
2+
current_version = "3.5.3"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"
@@ -14,7 +14,7 @@ tag_message = "Bump version: {current_version} → {new_version}"
1414
allow_dirty = true
1515
commit = true
1616
message = "Bump version: {current_version} → {new_version}"
17-
commit_args = "y"
17+
#commit_args = "y"
1818
setup_hooks = []
1919
pre_commit_hooks = []
2020
post_commit_hooks = []

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is available under the GNU license on the following GitHub repository: https:
1111
v2+ - 2023-05-15 - Pierre Sakic - [email protected]
1212
v1 - 2022-02-07 - Félix Léger - [email protected]
1313

14-
Version: 3.7.0
14+
Version: 3.5.3
1515
Date: 2025-03-05
1616

1717
**GitHub repository:** [https://github.com/IPGP/rinexmod](https://github.com/IPGP/rinexmod)

rinexmod/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from . import rinexmod_api
66
from . import get_m3g
77

8-
__version__='3.7.0' # changed automaticcaly with bump-my-version
8+
__version__='3.5.3' # changed automaticcaly with bump-my-version
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# project code, see
4747
# https://packaging.python.org/en/latest/single_source_version.html
4848

49-
version=str('3.7.0'), # Required ## CHANGE IT ALSO IN __init__ and readme !!!!
49+
version=str('3.5.3'), # Required ## CHANGE IT ALSO IN __init__ and readme !!!!
5050

5151
# This is a one-line description or tagline of what your project does. This
5252
# corresponds to the "Summary" metadata field:

0 commit comments

Comments
 (0)