Skip to content

Commit 4e946ca

Browse files
committed
v0.2.0 — Type annotations; drop pre-Python 3.6
- Now support only Python 3.6 and up (tested through 3.9) and PyPy3 - Add type annotations - Add API documentation to README
1 parent e263641 commit 4e946ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.0 (in development)
2-
-----------------------
1+
v0.2.0 (2020-11-29)
2+
-------------------
33
- Now support only Python 3.6 and up (tested through 3.9) and PyPy3
44
- Add type annotations
55
- Add API documentation to README

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 John Thorvald Wodder II
3+
Copyright (c) 2017-2020 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/derange/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/derange> for more information.
1313
"""
1414

15-
__version__ = '0.2.0.dev1'
15+
__version__ = '0.2.0'
1616
__author__ = 'John Thorvald Wodder II'
1717
__author_email__ = 'derange@varonathe.org'
1818
__license__ = 'MIT'

0 commit comments

Comments
 (0)