Skip to content

Commit

Permalink
Version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Aug 12, 2022
1 parent ec7d8df commit e0e4d11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.0.0 - 22/08/12

* First major release
* Use datacls instead of dataclasses if available
* Enable direnv for this project

## v0.10.0 - 25/06/10

* Improve `dtyper.function()`
Expand Down
2 changes: 1 addition & 1 deletion dtyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
P = ParamSpec('P')
R = TypeVar('R')

__version__ = '0.10.0'
__version__ = '1.0.0'


@wraps(make_dataclass)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit e0e4d11

Please sign in to comment.