We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9de30 commit 62f9472Copy full SHA for 62f9472
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.0.2
4
+
5
+- refactor string formatting to f-strings
6
+- added GitHub Action CI workflows
7
+- removed Travis CI testing
8
+- removed Appveyor CI testing
9
10
## v2.0.1
11
12
- update setup.py classifiers to properly define this project as status 5: Production / Stable
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "2.0.1"
+version = __version__ = "2.0.2"
0 commit comments