Skip to content

Commit

Permalink
Merge pull request #17 from EasyPost/fix_v1_date
Browse files Browse the repository at this point in the history
fix: v1 release date
  • Loading branch information
Justintime50 committed Nov 21, 2023
2 parents 808dee6 + e496504 commit 23d9a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v1.0.0 FUTURE
## v1.0.0 (2023-11-20)

- Drops support for Python earlier than 3.7
- Adds support for Python 3.10-3.12
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ install:
## lint - Run linters on the project
lint: flake8

## publish - Publish the project to PyPI
publish:
$(VIRTUAL_BIN)/twine upload dist/*

## test - Test the project
test:
$(VIRTUAL_BIN)/pytest

.PHONY: help clean coverage flake8 install lint publish test
.PHONY: help clean coverage flake8 install lint test

0 comments on commit 23d9a5a

Please sign in to comment.