File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '3.0.1 '
51
+ version = '3.0.2 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '3.0.1 '
53
+ release = '3.0.2 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 12
12
%global tarball_name aniso8601
13
13
14
14
Name: python-aniso8601
15
- Version: 3.0.1
15
+ Version: 3.0.2
16
16
Release: 1%{?dist }
17
17
Summary: Python 2 library for parsing ISO 8601 strings
18
18
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'aniso8601' ,
12
- version = '3.0.1 ' ,
12
+ version = '3.0.2 ' ,
13
13
description = 'A library for parsing ISO 8601 strings.' ,
14
14
long_description = README_TEXT ,
15
15
author = 'Brandon Nielsen' ,
You can’t perform that action at this time.
0 commit comments