Skip to content

Bump version to 0.1.8 and fix typo in contract password#266

Merged
ehsan-fj merged 2 commits intodevelopfrom
fix-extra-space-contact-pw
Mar 10, 2026
Merged

Bump version to 0.1.8 and fix typo in contract password#266
ehsan-fj merged 2 commits intodevelopfrom
fix-extra-space-contact-pw

Conversation

@ehsan-fj
Copy link
Copy Markdown
Member

This pull request mainly addresses a typo in the contact creation XML template constant, updates references throughout the codebase, and bumps the package version. The changes ensure naming consistency and improve code readability.

Version bump:

  • Updated the package version from 0.1.7 to 0.1.8 in pyepp/__init__.py.

Naming consistency and typo fixes:

  • Renamed the constant CONTACT_CREAT_XML to CONTACT_CREATE_XML in pyepp/command_templates.py to fix a typo.
  • Updated all references from CONTACT_CREAT_XML to CONTACT_CREATE_XML in pyepp/contact.py. [1] [2]
  • Remove an extra space from <contact:pw> tag in CONTACT_CREATE_XML

Code readability:

  • Reformatted the assignment for address_change in the update method of pyepp/contact.py for better readability.

@ehsan-fj ehsan-fj merged commit 23f7497 into develop Mar 10, 2026
5 checks passed
@ehsan-fj ehsan-fj deleted the fix-extra-space-contact-pw branch March 10, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant