Skip to content

Commit e496504

Browse files
committed
fix: v1 release date
1 parent 808dee6 commit e496504

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v1.0.0 FUTURE
3+
## v1.0.0 (2023-11-20)
44

55
- Drops support for Python earlier than 3.7
66
- Adds support for Python 3.10-3.12

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ install:
2929
## lint - Run linters on the project
3030
lint: flake8
3131

32-
## publish - Publish the project to PyPI
33-
publish:
34-
$(VIRTUAL_BIN)/twine upload dist/*
35-
3632
## test - Test the project
3733
test:
3834
$(VIRTUAL_BIN)/pytest
3935

40-
.PHONY: help clean coverage flake8 install lint publish test
36+
.PHONY: help clean coverage flake8 install lint test

0 commit comments

Comments
 (0)