You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: peng3d/version.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
__all__= ["VERSION","RELEASE"]
26
26
27
-
VERSION="1.6.0a1"
27
+
VERSION="1.6.1a1"
28
28
"""
29
29
Full version number of format ``MAJOR.MINOR.BUGFIX(a|b|pre)SUBRELEASE`` where major is increased only on very major feature changes.
30
30
Minor is changed if a new feature is introduced or an API change is made, while bugfix only changes if an important fix for a bug needs to be provided before the next release.
@@ -38,7 +38,7 @@
38
38
39
39
"""
40
40
41
-
RELEASE="1.6.0"
41
+
RELEASE="1.6.1"
42
42
"""
43
43
Same as :py:data:`VERSION` but without the subrelease.
0 commit comments