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 1
- v0.2.0 (in development )
2
- -----------------------
1
+ v0.2.0 (2020-11-29 )
2
+ -------------------
3
3
- Now support only Python 3.6 and up (tested through 3.9) and PyPy3
4
4
- Add type annotations
5
5
- Add API documentation to README
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2017 John Thorvald Wodder II
3
+ Copyright (c) 2017-2020 John Thorvald Wodder II
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 12
12
Visit <https://github.com/jwodder/derange> for more information.
13
13
"""
14
14
15
- __version__ = '0.2.0.dev1 '
15
+ __version__ = '0.2.0'
16
16
__author__ = 'John Thorvald Wodder II'
17
17
__author_email__ = 'derange@varonathe.org'
18
18
__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments