Skip to content

Commit

Permalink
v5.0.2 added
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed May 5, 2024
1 parent 282ccfb commit 6dd74cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion amenity_pj/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("amenity_pj", 5, 0, 1)
__version__ = Version("amenity_pj", 5, 0, 2)
__all__ = ["__version__"]
2 changes: 1 addition & 1 deletion requirements_internal_lib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##################################################

# Util Lib From Specific Tag (Remove @ String for Main Branch); Private Repo
# git+https://impratikjaiswal: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@github.com/impratikjaiswal/pythonHelpers@v1.7.0
# 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@v3.0.7
Expand Down
12 changes: 9 additions & 3 deletions requirements_internal_tool.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,26 @@ git+https://github.com/impratikjaiswal/certPlay@v1.0.4
# certPlay Tool From Local Path
# D:\Other\Github_Self\certPlay

# excelPlay Tool From Specific Tag (Remove @ String for Main Branch); Public Repo
git+https://github.com/impratikjaiswal/excelPlay@v2.3.0

# excelPlay Tool From Local Path
# D:\Other\Github_Self\excelPlay

# tlvPlay Tool From Specific Tag (Remove @ String for Main Branch); Public Repo
git+https://github.com/impratikjaiswal/tlvPlay@v3.1.0
git+https://github.com/impratikjaiswal/tlvPlay@v3.2.0

# tlvPlay Tool From Local Path
# D:\Other\Github_Self\tlvPlay

# qrPlay Tool From Specific Tag (Remove @ String for Main Branch); Public Repo
git+https://github.com/impratikjaiswal/qrPlay@v2.3.0
git+https://github.com/impratikjaiswal/qrPlay@v2.4.0

# qrPlay Tool From Local Path
# D:\Other\Github_Self\qrPlay

# asn1Play Tool From Specific Tag (Remove @ String for Main Branch); Public Repo
git+https://github.com/impratikjaiswal/asn1play@v6.1.3
git+https://github.com/impratikjaiswal/asn1play@v6.2.0

# asn1Play Tool From Local Path
# D:\Other\Github_Self\asn1Play
9 changes: 6 additions & 3 deletions requirements_internal_tool_name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
# certPlay
certPlay

# asn1Play
asn1Play
# excelPlay
excelPlay

# tlvPlay
tlvPlay

# qrPlay
qrPlay
qrPlay

# asn1Play
asn1Play

0 comments on commit 6dd74cd

Please sign in to comment.