We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3e0fa commit acc4fe0Copy full SHA for acc4fe0
2 files changed
CHANGELOG.rst
@@ -3,7 +3,7 @@ Changelog
3
4
This document describes changes between each past release.
5
6
-1.1.0 (unreleased)
+1.1.0 (2019-02-20)
7
------------------
8
9
**New features**
setup.py
@@ -27,7 +27,7 @@ def read_file(filename):
27
}
28
29
setup(name='kinto-emailer',
30
- version='1.1.0.dev0',
+ version='1.1.0',
31
description='Kinto emailer plugin',
32
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
33
license='Apache License (2.0)',
0 commit comments