File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_git_revision_short_hash():
77 ghash = 'no_checksum_error'
88 return 'dev-%s' % ghash
99
10- revision = get_git_revision_short_hash ()
10+ # revision = get_git_revision_short_hash()
1111__author__ = 'Steven Doyle, Al Danials, Marcin Gasiorek'
12121313__desc__ = 'Nastran BDF/F06/OP2/OP4 File reader/editor/writer/viewer'
@@ -16,8 +16,8 @@ def get_git_revision_short_hash():
1616__pyqt_copyright__ = 'Copyright GPLv3; 2011-2015'
1717__releaseDate__ = '2015/4/xx'
1818__releaseDate2__ = 'APRIL xx, 2015'
19- __version__ = '0.7.2_%s' % revision
20- # __version__ = '0.7.2'
19+ # __version__ = '0.7.2_%s' % revision
20+ __version__ = '0.7.2'
2121__website__ = 'https://github.com/SteveDoyle2/pyNastran'
2222
2323is_release = True ## turns on skipping of tables that aren't supported
You can’t perform that action at this time.
0 commit comments