Skip to content

Commit 9163fb4

Browse files
committed
Version bump to 3.0.3
1 parent 94bfd15 commit 9163fb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
Version 3.0.3
4+
5+
* Off by one bug, that would impact releases with a single track
6+
(https://github.com/jesseward/discogstagger/commit/94bfd151edc7a5796e1ff1d1afb217836f9c8e7c)
7+
38
Version 3.0.2
49

510
* Bumping version.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
NAME = 'discogstagger'
6-
VERSION = '3.0.2'
6+
VERSION = '3.0.3'
77

88

99
user = os.getenv('USER')

0 commit comments

Comments
 (0)