Prepare for 1.0.0 release
This commit is contained in:
parent
1b30e653c7
commit
f9d9dcab6a
@ -22,6 +22,11 @@ excellent readthedocs.org project. Development takes place on
|
|||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
- Updated documentation on [Readthedocs](https://generic.readthedocs.io)
|
||||||
|
- Fix `multimethod.otherwise` clause
|
||||||
|
|
||||||
## 1.0.0b1
|
## 1.0.0b1
|
||||||
|
|
||||||
- Ported the code to Python 3.7, Python 2 is no longer supported
|
- Ported the code to Python 3.7, Python 2 is no longer supported
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "generic"
|
name = "generic"
|
||||||
version = "1.0.0b1"
|
version = "1.0.0"
|
||||||
description = "Generic programming library for Python"
|
description = "Generic programming library for Python"
|
||||||
authors = [
|
authors = [
|
||||||
"Andrey Popp <8mayday@gmail.com>",
|
"Andrey Popp <8mayday@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user