Skip to content

Commit

Permalink
Improve versions and files naming
Browse files Browse the repository at this point in the history
  • Loading branch information
NikAzanov committed Oct 4, 2024
1 parent 34ef760 commit 337453b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.9, 3.10, 3.11, and for PyPy. Check
3. The pull request should work for Python 3.10, 3.11, and for PyPy. Check
github actions status, verify that all checks have been passed

Tips
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History
=======

0.6.1 (2024-10-04)
----------
* Update requirements version and internal naming

0.6.0 (2024-10-04)
----------
* Extend response of import job api
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "django-import-export-extensions"
version = "0.6.0"
version = "0.6.1"
description = "Extend functionality of `django-import-export`"
license = "MIT"
authors = ["Saritasa <[email protected]>"]
Expand Down
8 changes: 4 additions & 4 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import saritasa_invocations
from invoke import Collection

import provision
import invocations

ns = Collection(
provision.project,
provision.docs,
provision.ci,
invocations.project,
invocations.docs,
invocations.ci,
saritasa_invocations.celery,
saritasa_invocations.django,
saritasa_invocations.docker,
Expand Down

0 comments on commit 337453b

Please sign in to comment.