From 4f686a054e5e7ef4d01288af6b4902d2a2e20f40 Mon Sep 17 00:00:00 2001 From: Lenno Nagel Date: Mon, 28 Oct 2024 15:44:32 +0200 Subject: [PATCH 1/3] revert --- drf_sideloading/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drf_sideloading/__init__.py b/drf_sideloading/__init__.py index b19ee4b..8a124bf 100644 --- a/drf_sideloading/__init__.py +++ b/drf_sideloading/__init__.py @@ -1 +1 @@ -__version__ = "2.2.1" +__version__ = "2.2.0" diff --git a/setup.cfg b/setup.cfg index 03a9483..2f06228 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.0 commit = True tag = True From d1384a5067d771fe74006a6ac53a40f9fa481b53 Mon Sep 17 00:00:00 2001 From: Lenno Nagel Date: Mon, 28 Oct 2024 15:44:36 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drf_sideloading/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drf_sideloading/__init__.py b/drf_sideloading/__init__.py index 8a124bf..b19ee4b 100644 --- a/drf_sideloading/__init__.py +++ b/drf_sideloading/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1" diff --git a/setup.cfg b/setup.cfg index 2f06228..8e954a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.2.1 commit = True tag = True @@ -10,7 +10,7 @@ universal = 1 [flake8] ignore = D203 -exclude = +exclude = drf_sideloading/migrations, .git, .tox, From b98518e9fe5106426f5573fbf8cc6620a6ac377f Mon Sep 17 00:00:00 2001 From: Lenno Nagel Date: Mon, 28 Oct 2024 15:45:45 +0200 Subject: [PATCH 3/3] cleanup --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 1187768..28f8418 100644 --- a/Makefile +++ b/Makefile @@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python open htmlcov/index.html release: clean ## package and upload a release - python setup.py bdist_wheel + python setup.py sdist bdist_wheel twine upload dist/* - -sdist: clean ## package - python setup.py sdist - ls -l dist - -bump: ## bump next version + by 0.0.1 patch - bumpversion minor