Explorar el Código

New release: 2.0.20

Benjamin Gleitzman hace 2 años
padre
commit
83b5982109
Se han modificado 2 ficheros con 10 adiciones y 1 borrados
  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'