We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4a1a3 commit f7e7464Copy full SHA for f7e7464
src/front-door/HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+1.2.1
6
+++++++
7
+* Update module documentation.
8
+
9
1.2.0
10
++++++
11
* change default value of sku in creating waf
src/front-door/setup.py
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = "1.2.0"
+VERSION = "1.2.1"
12
13
CLASSIFIERS = [
14
'Development Status :: 4 - Beta',
0 commit comments