Skip to content

Commit

Permalink
[FIX]: removing unneeded NFT code (#77)
Browse files Browse the repository at this point in the history
* [FIX]: removing unneeded NFT code

* [FIX]: updating changelog
  • Loading branch information
bengriffin1 authored May 2, 2023
1 parent 93fa426 commit 5a8b424
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 151 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
- <PR-#ISSUE> ...


## `0.3.3` - 05/02/2023

#### Changed

- PR-#77: Removing NFT functionality, clients will interact with the NFT API directly via API calls.


## `0.3.2` - 03/21/2023

#### Added
Expand Down
1 change: 0 additions & 1 deletion magic_admin/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from magic_admin.resources.nft import NFT
from magic_admin.resources.token import Token
from magic_admin.resources.user import User
from magic_admin.resources.wallet import WalletType
80 changes: 0 additions & 80 deletions magic_admin/resources/nft.py

This file was deleted.

2 changes: 1 addition & 1 deletion magic_admin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.3.2'
VERSION = '0.3.3'
69 changes: 0 additions & 69 deletions tests/unit/resources/nft_test.py

This file was deleted.

0 comments on commit 5a8b424

Please sign in to comment.