Browse Source

New release: 2.0.20

Benjamin Gleitzman 2 years ago
parent
commit
83b5982109
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGES.txt
  2. 1 1
      howdoi/__init__.py

+ 9 - 0
CHANGES.txt

@@ -1,3 +1,12 @@
+2.0.20
+------
+-  Update dependency versions
+-  Add support for Python 3.10
+
+2.0.19
+------
+-  Fix typo
+
 2.0.18
 ------
 -  Fixed issue with howdoi cache where cache misses would be printed to the console

+ 1 - 1
howdoi/__init__.py

@@ -1 +1 @@
-__version__ = '2.0.18'
+__version__ = '2.0.20'