Skip to content

Commit d21525f

Browse files
committed
Prepare 3.0.2 release.
3.0.1 upload failed, upload again as 3.0.2. pypa/packaging-problems#74
1 parent eea2e71 commit d21525f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '3.0.1'
51+
version = '3.0.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.0.1'
53+
release = '3.0.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

python-aniso8601.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%global tarball_name aniso8601
1313

1414
Name: python-aniso8601
15-
Version: 3.0.1
15+
Version: 3.0.2
1616
Release: 1%{?dist}
1717
Summary: Python 2 library for parsing ISO 8601 strings
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='aniso8601',
12-
version='3.0.1',
12+
version='3.0.2',
1313
description='A library for parsing ISO 8601 strings.',
1414
long_description=README_TEXT,
1515
author='Brandon Nielsen',

0 commit comments

Comments
 (0)