Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Apr 12, 2021
1 parent 2d08bf9 commit 5eb722c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Versions and bullets are arranged chronologically from latest to oldest.

## Unreleased
## v1.0.0

- Percent encode page titles.
- Fix "TypeError: unsupported operand type(s) for +: 'int' and 'str'"

## v0.2.1
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Fetch MediaWiki [Scribunto] modules from wikis and save as files

> **Limitations:**
> Wiki pages can have a slash(`/`) in their name, but filenames in unix can't. Slashes is converted to hyphens(`-`) on saving.
## Install

Requirements:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="legunto",
version="0.2.1",
version="1.0.0",
description="Fetch MediaWiki Scribunto modules from wikis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5eb722c

Please sign in to comment.