Skip to content

Commit

Permalink
Adding changes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Jul 11, 2024
1 parent 6b786c2 commit 3eb14cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ A big thank you to everyone that has helped!
- R. Singh (Gr3atWh173)
- Andy (NebularNerd)
- Raphaël Vinot (Rafiot)
- Sebastian Kreft (sk-)
- William Bonnaventure (Aztorius)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.26
------------

- Adding #87 sndhdr update and HD/CD/DVD Image files (thanks to Andy - NebularNerd)
- Adding #88 Add .caf mime type (thanks to William Bonnaventure)
- Fixing #89 add py.typed to package_data (thanks to Sebastian Kreft)

Version 1.25
------------

Expand Down
2 changes: 1 addition & 1 deletion puremagic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from itertools import chain

__author__ = "Chris Griffith"
__version__ = "1.25"
__version__ = "1.26"
__all__ = [
"magic_file",
"magic_string",
Expand Down

0 comments on commit 3eb14cc

Please sign in to comment.