Skip to content

Commit

Permalink
DOCS: Update changelog & raise minor version number
Browse files Browse the repository at this point in the history
Build/Release & API Docs regeneration to follow soon
  • Loading branch information
KOOKIIEStudios committed Feb 2, 2021
1 parent fb9692a commit 3b4b0f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGELOG:

### v2.2.0
- Add `currency` property to Character
- The `currency` property is a dictionary of all the currencies (e.g. NX) associated with the account that contains the character.
- Dictionary keys: `mesos`, `nx`, `maplepoints`, `vp`, `dp`
- Add `characters` & `free_char_slots` properties to Account
- `characters` is a list of the IGNs of all the characters in the account
- `free_char_slots` is an integer representing the number of free character slots in the account

### v2.1.0
- Make the use of pre-underscores in variables consistent
- Remove accessor for variables like _database_config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="lazuli",
version="2.1.0",
version="2.2.0",
description="A Python-based tool for interacting with AzureMSv316-based databases.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3b4b0f8

Please sign in to comment.