Skip to content

Commit a0f7c6e

Browse files
chore(release): 1.2.0
No changes from `1.2.0a1`, just put release on PyPI as everything works as expected.
1 parent 4b1b6b6 commit a0f7c6e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
1.2.0 (In Development)
2-
----------------------
1+
1.2.0 (2018-11-01)
2+
------------------
3+
4+
- Publish 1.2 release
35

46
1.2.0a1 (2018-10-22)
57
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rororo"
3-
version = "1.2.0a1"
3+
version = "1.2.0"
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"

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.0a1'
14+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)