Skip to content

Commit

Permalink
Version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jun 12, 2021
1 parent 42fddbd commit 86ddb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0 - 21/06/12

* Allow abbrevs to be any sequence

## v0.9.2 - 21/03/27

* Expose NONE and improve documentation
Expand Down
2 changes: 1 addition & 1 deletion abbrev.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import functools
import xmod

__version__ = '0.9.2'
__version__ = '1.0.0'
__all__ = 'abbrev', 'NONE'

NONE = object()
Expand Down

0 comments on commit 86ddb22

Please sign in to comment.