Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsolomon1124 committed Aug 29, 2021
1 parent b90f78a commit 6577cfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## 1.1.0 (unreleased)
## 1.1.0

- Add a `__main.py__` to allow running `python -m demoji`;
add an entry-point `demoji` command;
permit stdin (`-`), file name(s), or piped stdin.
Contribution by @jap.

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion demoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"replace",
"replace_with_desc",
)
__version__ = "1.1.0.a1"
__version__ = "1.1.0"

import datetime
import functools
Expand Down

0 comments on commit 6577cfe

Please sign in to comment.