Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsolomon1124 committed Jul 25, 2021
1 parent 5450599 commit 3d79566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 1.0.0 (Unreleased)
## 1.0.0

**This is a backwards-incompatible release with several substantial changes.**

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ data from the Unicode Consortium's [emoji code repository](https://unicode.org/P

-------

## Changes in Version 1.x
## Major Changes in Version 1.x

Version 1.x of `demoji` now bundles Unicode data in the package at install time rather than requiring
a download of the codes from unicode.org at runtime. Please see the [CHANGELOG.md](CHANGELOG.md)
for detail.
for detail and be familiar with the changes before updating from 0.x to 1.x.

To report any regressions, please [open a GitHub issue](https://github.com/bsolomon1124/demoji/issues/new?assignees=&labels=&template=bug_report.md&title=).

## Basic Usage

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.0.0.rc1"
__version__ = "1.0.0"

import datetime
import functools
Expand Down

0 comments on commit 3d79566

Please sign in to comment.