Skip to content

Commit

Permalink
v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed Oct 26, 2024
1 parent 488781f commit 4cd8d0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements_internal_lib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# git+https://impratikjaiswal:github_pat_11ADC5ANI03ZMYqhfKDRTR_dC9oMVWu9yJQu5OC95WotyQywvInmOpl00HwEdM77DuSJXSGPYVuqRMg7B@github.com/impratikjaiswal/pythonHelpers@v1.7.0

# Util Lib From Specific Tag (Remove @ String for Main Branch); Public Repo
git+https://github.com/impratikjaiswal/pythonHelpers@v4.4.2
git+https://github.com/impratikjaiswal/pythonHelpers@v4.4.4

# Util Lib From Local Path
# D:\Other\Github_Self\pythonHelpers
2 changes: 1 addition & 1 deletion tlv_play/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("tlv_play", 4, 2, 2)
__version__ = Version("tlv_play", 4, 2, 3)
__all__ = ["__version__"]
8 changes: 4 additions & 4 deletions tlv_play/test/log/pycharm.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Python executable Path is D:\Other\Github_Self\tlvPlay\venv\Scripts
User Name is Pratik Jaiswal
User Account is impra
--------------------------------------------------------------------------------
Time Stamp is Sunday, Oct 20 2024, 22:46:18:181470, IST (GMT+0530)
Time Stamp is Saturday, Oct 26 2024, 22:09:26:261564, IST (GMT+0530)
--------------------------------------------------------------------------------
Git Summary is 44fe920; (HEAD -> main, origin/main, origin/HEAD); 2024-09-08 16:06:47 +0530; GitHub <noreply@github.com>; Update README.md
Git Summary is 488781f; (HEAD -> main, tag: v4.2.2, origin/main, origin/HEAD); 2024-10-20 22:48:46 +0530; imPratik <impratikjaiswal@gmail.com>; v4.2.2
--------------------------------------------------------------------------------
pythonHelpers version is v4.4.2
pythonHelpers version is v4.4.4
--------------------------------------------------------------------------------
tlvPlay version is v4.2.2
tlvPlay version is v4.2.3
--------------------------------------------------------------------------------
Sample Data:
Simple TLV: {'input_data': '86020102', 'remarks': 'Simple TLV', 'data_group': 'Simple TLV', 'length_in_decimal': False, 'value_in_ascii': False, 'one_liner': True, 'non_tlv_neighbor': True}
Expand Down

0 comments on commit 4cd8d0f

Please sign in to comment.