Skip to content

Commit

Permalink
Bump patch vewrsion && small cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
erhosen committed Jan 1, 2024
1 parent 25be4f8 commit 8011849
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
bump_version:
@poetry version minor

clean:
@rm -rf build dist .eggs *.egg-info
@rm -rf .coverage coverage.xml htmlcov report.xml .tox
Expand All @@ -14,16 +11,3 @@ format: clean

test:
@python -m pytest --cov=pydjantic tests/ -sq

build: test clean
@poetry build

publish:
@poetry publish

# How to release:
# 1) git pull
# 2) make bump_version
# 3) update __version__ var in pydjantic/__init__.py
# 4) make build
# 5) make publish
2 changes: 0 additions & 2 deletions pydjantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pydjantic.pydjantic import BaseDBConfig, to_django

__version__ = "1.1.0"

__all__ = ("BaseDBConfig", "to_django")
1 change: 0 additions & 1 deletion pydjantic/py.typed
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydjantic"
version = "1.1.3"
version = "1.1.4"
description = "Pydantic Settings for Django"
authors = ["Vladimir Vyazovetskov <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8011849

Please sign in to comment.