Skip to content

Commit 72f2775

Browse files
chore(typing): Make all project packages PEP-561 compatible.
1 parent 15b0f12 commit 72f2775

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
1.2.0 (In Development)
22
----------------------
33

4+
1.2.0a1 (2018-10-22)
5+
--------------------
6+
7+
- Make all project packages `PEP-561 <https://www.python.org/dev/peps/pep-0561/>`_
8+
compatible
9+
410
1.2.0a0 (2018-10-18)
511
--------------------
612

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "rororo"
3-
version = "1.2.0a0"
3+
version = "1.2.0a1"
44
description = "Collection of utilities, helpers, and principles for building Python backend applications. Supports aiohttp.web, Flask, and your web-framework"
55
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.rst"
8-
homepage = "https://rororo.readthedocs.io/"
8+
homepage = "https://igordavydenko.com/projects.html#rororo"
99
repository = "https://github.com/playpauseandstop/rororo"
1010
documentation = "https://rororo.readthedocs.io/"
1111
keywords = ["utilities", "helpers", "principles", "backend", "backend application", "aiohttp", "flask", "web framework"]

rororo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
__author__ = 'Igor Davydenko'
1313
__license__ = 'BSD-3-Clause'
14-
__version__ = '1.2.0a0'
14+
__version__ = '1.2.0a1'

rororo/py.typed

Whitespace-only changes.

rororo/schemas/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)