Bump version to 1.1.5 and add changelog for resolver.resolve fix

This commit is contained in:
Scott Kitterman
2023-07-28 12:00:36 -04:00
parent aa50562f63
commit 92902fc9cd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "1.1.4"
version = "1.1.5"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: