Skip to content

Commit

Permalink
Added a note about dev versions and testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonknave committed Dec 11, 2024
1 parent 65cec73 commit de58016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions annotated_logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
if TYPE_CHECKING: # pragma: no cover
from collections.abc import MutableMapping

# Use 0.0.0.dev1 and so on when working in a PR
# Each push attempts to upload to testpypi, but it only works with a unique version
# https://test.pypi.org/project/annotated-logger/
# The dev versions in testpypi can then be pulled in to whatever project needed
# the new feature.
VERSION = "1.2.1" # pragma: no mutate

T = TypeVar("T")
Expand Down

0 comments on commit de58016

Please sign in to comment.