Skip to content

Commit

Permalink
build: Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Nov 11, 2021
1 parent cd5918d commit 64fbaee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## Unreleased

### Fixes

* Include the COPYING file in releases. [Stavros Korokithakis]


## v1.0.7 (2021-11-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shortuuid"
version = "1.0.7"
version = "1.0.8"
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
license = "BSD"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion shortuuid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from shortuuid.main import ShortUUID # noqa
from shortuuid.main import uuid # noqa

__version__ = "1.0.7"
__version__ = "1.0.8"

0 comments on commit 64fbaee

Please sign in to comment.