File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# BICO Changelog
22
3+ ## v1.6.3 | 21 Mar 2024
4+
5+ - Fixed version number
6+
37## v1.6.2 | 21 Mar 2024
48
59- Added info about missing ` AGC ` value from IRGA to datablock info ` IRGA75-R1.md `
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " bico"
3- version = " v1.6.2 "
3+ version = " v1.6.3 "
44description = " Binary Converter to convert binary files to ASCII"
55authors = [" holukas <holukas@ethz.ch>" ]
66
Original file line number Diff line number Diff line change 11# from single_source import get_version
22# __version__ = get_version(__name__, Path(__file__).parent.parent.parent) # Single source of truth for version
33
4- __version__ = "1.6.2 "
4+ __version__ = "1.6.3 "
55__date__ = "21 Mar 2024"
66__link_changelog__ = "https://github.com/holukas/bico/blob/master/CHANGELOG.md"
77__link_source_code__ = "https://github.com/holukas/bico"
You can’t perform that action at this time.
0 commit comments