Skip to content

Commit

Permalink
docs: Update README for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelm committed Apr 1, 2024
1 parent de14139 commit 7cb3354
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ schema.pkl
test_data/
.DS_Store

# Ignore pycharm residue
.idea

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- python objects to match all Broadworks schema objects
- API framework to talk to a Broadworks server
- additional magic to handle authentication and sessions
- Based on Broadworks schema R24
- Based on Broadworks schema R25

## Current Version

Expand Down Expand Up @@ -76,4 +76,7 @@ Karol Skibiński has been using the package, and has a talent for both finding
bugs within it and providing a good bug report that allows a test case and fix
to be made. The package has been immensely improved by this work.

R25 schema update along with some other changes was contributed by
[@ewurch (Eduardo Würch)](https://github.com/ewurch).

---

0 comments on commit 7cb3354

Please sign in to comment.