File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# git_verinfo.py - GSAS-II version info from git
3- # Do not edit, generated by 'GSASII/install/incr-minor -version.py' script
4- # Created 2025-04-27 23:01:05.797041 -05:00
3+ # Do not edit, generated by 'GSASII/install/incr-mini -version.py' script
4+ # Created 2025-04-27 23:17:45.344731 -05:00
55
6- git_version = 'a10a2498ca4d2ac80781d7288adb357af5893c66 '
7- git_tags = ['5807 ' ]
8- git_prevtaggedversion = 'dfc4cc57bfa3a65d8b086eac2dfcc470d4c95187 '
9- git_prevtags = ['5806 ' ]
10- git_versiontag = 'v5.4.0 '
6+ git_version = '7e69e6ce5682a9c48a9a267319ddfc72d519234d '
7+ git_tags = ['5808 ' ]
8+ git_prevtaggedversion = 'a10a2498ca4d2ac80781d7288adb357af5893c66 '
9+ git_prevtags = ['5807 ' ]
10+ git_versiontag = 'v5.4.1 '
Original file line number Diff line number Diff line change 113113 g2repo .index .add ([pyfile ])
114114 g2repo .index .commit ('increment mini version' )
115115 g2repo .remote (name = 'origin' ).push ()
116- g2repo .remote (name = 'origin' ).push ('--tags' )
116+ g2repo .remotes .origin .push (versiontag )
117+ g2repo .remotes .origin .push (str (tagnum ))
117118
118119# print('Now do:\n\t git add \n\t git commit \n\t git push \n\t git push --tags\n (try "git push origin HEAD --tags")')
Original file line number Diff line number Diff line change 107107 g2repo .index .add ([pyfile ])
108108 g2repo .index .commit ('increment minor version' )
109109 g2repo .remote (name = 'origin' ).push ()
110- g2repo .remote (name = 'origin' ).push ('--tags' )
110+ g2repo .remotes .origin .push (versiontag )
111+ g2repo .remotes .origin .push (str (tagnum ))
111112
112113# print('Now do:\n\t git add \n\t git commit \n\t git push \n\t git push --tags\n (try "git push origin HEAD --tags")')
You can’t perform that action at this time.
0 commit comments