Prepare for 1.0.0 release

This commit is contained in:
Arjan Molenaar 2019-11-18 21:51:17 +01:00
parent 1b30e653c7
commit f9d9dcab6a
2 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,11 @@ excellent readthedocs.org project. Development takes place on
# Changes
## 1.0.0
- Updated documentation on [Readthedocs](https://generic.readthedocs.io)
- Fix `multimethod.otherwise` clause
## 1.0.0b1
- Ported the code to Python 3.7, Python 2 is no longer supported

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "generic"
version = "1.0.0b1"
version = "1.0.0"
description = "Generic programming library for Python"
authors = [
"Andrey Popp <8mayday@gmail.com>",