Skip to content

Commit

Permalink
Release v1.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Nov 14, 2020
1 parent c55976f commit 0940522
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change Log

## v1.0.0 (2020-11-15)

- First release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ linkifyit.add("@", {"validate": validate, "normalize": normalize})

## API

~~__[API documentation](http://markdown-it.github.io/linkify-it/doc)__~~
[API documentation](https://linkify-it-py.readthedocs.io/en/latest/)

### LinkifyIt(schemas, options)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "tsutsu3"

# The full version, including alpha/beta/rc tags
release = "v0.0.1"
release = "v1.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion linkify_it/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import LinkifyIt # noqa: F401p
from .main import SchemaError # noqa: F401p

__version__ = "0.0.1"
__version__ = "1.0.0"

0 comments on commit 0940522

Please sign in to comment.