Skip to content

Commit 0307b92

Browse files
committed
Set version to 0.3.0
1 parent c00f2e7 commit 0307b92

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
0.3.0 (2021-02-15)
5+
------------------
6+
7+
### Changed
8+
9+
- Use `str.zfill` instead of `str.rjust` for adding leading zeros.
10+
11+
412
0.2.0 (2019-08-13)
513
------------------
614

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def long_desc():
1313

1414
setuptools.setup(
1515
name='mintotp',
16-
version='0.3.0-dev',
16+
version='0.3.0',
1717
author='Susam Pal',
1818
author_email='susam@susam.in',
1919
description='MinTOTP - Minimal TOTP Generator',

0 commit comments

Comments
 (0)