Skip to content

Commit 20ee047

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 94fb3c2 commit 20ee047

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.2.0 (2020-12-27)
6+
### Feature
7+
* Add per subject progress bar ([`792982a`](https://github.com/keelerm84/surveydoc/commit/792982a560cbd25c32d5aca1e6c3950ff15696cb))
8+
9+
### Fix
10+
* Handle returns in open ended questions ([`28c9f12`](https://github.com/keelerm84/surveydoc/commit/28c9f12c27ae98cc9cf02c09fc2060b9ec92c109))
11+
12+
### Documentation
13+
* Add GitHub action badge ([`94fb3c2`](https://github.com/keelerm84/surveydoc/commit/94fb3c24eb8bc2f789f3cdd32dff0ddbeb91af7f))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.2.0'
44

55
setup(
66
name='surveydoc',

0 commit comments

Comments
 (0)