Skip to content

Commit

Permalink
Merge pull request #39 from Coffee-fueled-deadlines/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Coffee-fueled-deadlines authored Apr 3, 2023
2 parents 108ada5 + 30fa8a9 commit 58ca0c7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# OSRSBytes ChangeLog
## Begin-date: 20191230
## Last-Update: 20200201
## Last-Update: 20230403

[update 20230403]
_Updated OSRSBytes to Version 1.3.1__:
* Implemented `Update()` functionality to `Items.py` as requested in Issue #(37)[https://github.com/Coffee-fueled-deadlines/OSRSBytes/issues/37]
* Implemented `phantom_muspah` to `Hiscores.py`, fixing issue stated in Issue #(38)[https://github.com/Coffee-fueled-deadlines/OSRSBytes/issues/38]
* Fixed bug with pulling overall levels that suffered from a parsing error as mentioned in Issue #(31)[https://github.com/Coffee-fueled-deadlines/OSRSBytes/issues/31]

[update 20221130]
__Updated OSRSBytes to Version 1.3.0__:
* Added many things and apparently failed to put them here (Sorry)

[update 20220125]
__Added OSRS Wiki to Items module in v1.2.5__:
Expand Down
5 changes: 3 additions & 2 deletions OSRSBytes/Hiscores.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
__copyright__ = 'Copyright 2023, CFDeadlines'
__credits__ = ['CFDeadlines (Lead Programmer, Creator)', 'Riley Fitzgibbons (Contributor)']
__license__ = 'EPL-2.0 (https://github.com/Coffee-fueled-deadlines/OSRSBytes/blob/master/LICENSE)'
__version__ = '1.3.0'
__version__ = '1.3.1'
__maintainer__ = {
'CFDeadlines': '[email protected]',
'Riley Fitz': "[email protected]"
}
__email__ = '[email protected]'
__status__ = 'Open'
__test__ = "this is a test"
__test__ = "this is a test again"

################
# Exceptions #
Expand Down Expand Up @@ -334,6 +334,7 @@ def __parseBosses(self):
"nightmare",
"phosanis_nightmare",
"obor",
"phantom_muspah",
"sarachnis",
"scorpia",
"skotizo",
Expand Down
2 changes: 1 addition & 1 deletion OSRSBytes/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__copyright__ = 'Copyright 2023, CFDeadlines'
__credits__ = ['CFDeadlines (Lead Programmer, Creator)', 'Riley Fitzgibbons (Contributor)']
__license__ = 'EPL-2.0 (https://github.com/Coffee-fueled-deadlines/OSRSBytes/blob/master/LICENSE)'
__version__ = '1.3.0'
__version__ = '1.3.1'
__maintainer__ = {
'CFDeadlines': '[email protected]',
'Riley Fitz': "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion OSRSBytes/Utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__copyright__ = 'Copyright 2023, CFDeadlines'
__credits__ = ['CFDeadlines (Lead Programmer, Creator)', 'Riley Fitzgibbons (Contributor)']
__license__ = 'EPL-2.0 (https://github.com/Coffee-fueled-deadlines/OSRSBytes/blob/master/LICENSE)'
__version__ = '1.3.0'
__version__ = '1.3.1'
__maintainer__ = {
'CFDeadlines': '[email protected]',
'Riley Fitz': "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion OSRSBytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__copyright__ = 'Copyright 2023, CFDeadlines'
__credits__ = ['CFDeadlines (Lead Programmer, Creator)', 'Riley Fitzgibbons (Contributor)']
__license__ = 'EPL-2.0 (https://github.com/Coffee-fueled-deadlines/OSRSBytes/blob/master/LICENSE)'
__version__ = '1.3.0'
__version__ = '1.3.1'
__maintainer__ = {
'CFDeadlines': '[email protected]',
'Riley Fitz': "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OSRSBytes (v1.3.0)
# OSRSBytes (v1.3.1)
![version](https://img.shields.io/pypi/v/OSRSBytes?style=for-the-badge)
![downloads](https://img.shields.io/pypi/dm/OSRSBytes?style=for-the-badge)<br>
![size](https://img.shields.io/github/languages/code-size/coffee-fueled-deadlines/osrsbytes?style=for-the-badge)
Expand Down

0 comments on commit 58ca0c7

Please sign in to comment.