We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808dee6 commit e496504Copy full SHA for e496504
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## v1.0.0 FUTURE
+## v1.0.0 (2023-11-20)
4
5
- Drops support for Python earlier than 3.7
6
- Adds support for Python 3.10-3.12
Makefile
@@ -29,12 +29,8 @@ install:
29
## lint - Run linters on the project
30
lint: flake8
31
32
-## publish - Publish the project to PyPI
33
-publish:
34
- $(VIRTUAL_BIN)/twine upload dist/*
35
-
36
## test - Test the project
37
test:
38
$(VIRTUAL_BIN)/pytest
39
40
-.PHONY: help clean coverage flake8 install lint publish test
+.PHONY: help clean coverage flake8 install lint test
0 commit comments