Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fixed AttributeError bug on __version__ query (Fixes #10) #11

Merged
merged 3 commits into from Mar 15, 2022

Conversation

abhiTronix
Copy link
Owner

Brief Description

This PR fixes AttributeError bug on __version__ query.

Requirements / Checklist

  • I have read the DeFFcode PR Guidelines.
  • I have read the DeFFcode Documentation.
  • I have updated the documentation files accordingly(if required).

Related Issue

#10

Context

This PR fixes __version__ not defined in DeFFcode's __init__.py that throws AttributeError: module 'deffcode' has no attribute '__version__' on query.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

- 🐛 Fixed `__version__` not defined in DeFFcode's `__init__.py` that throws AttributeError: module 'deffcode' has no attribute '__version__' on query.
- 🚑️ Added necessary import in `__init__.py`.
- 📝 Fixed improper text and internal hyperlinks.
- 📝 Fixed missing hyperlinks.
- ✏️ Fixed typos and context.
@abhiTronix abhiTronix added Bug 🐞 Something's wrong with Deffcode APIs. Documentation 📑 Improvements or additions to DeFFcode documentation. WIP 🏗️ Work in Progress labels Mar 15, 2022
@abhiTronix abhiTronix added this to the v0.2.0 milestone Mar 15, 2022
@abhiTronix abhiTronix self-assigned this Mar 15, 2022
@abhiTronix abhiTronix added this to In progress in Deffcode v0.2.0 via automation Mar 15, 2022
@abhiTronix abhiTronix merged commit 8741557 into master Mar 15, 2022
Deffcode v0.2.0 automation moved this from In progress to Done Mar 15, 2022
@abhiTronix abhiTronix deleted the dev branch March 15, 2022 13:43
@abhiTronix abhiTronix added Solved 🥅 Final goal achieved. and removed WIP 🏗️ Work in Progress labels Mar 15, 2022
@abhiTronix abhiTronix added Bug Fix 🐛 💣 Bug fix in progress !!! and removed Bug 🐞 Something's wrong with Deffcode APIs. labels Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix 🐛 💣 Bug fix in progress !!! Documentation 📑 Improvements or additions to DeFFcode documentation. Solved 🥅 Final goal achieved.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant