Skip to content

Commit

Permalink
updated package for django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Aug 3, 2022
1 parent 06d9dab commit 43bbd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fast_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_version(path):
author='netzkolchose',
author_email='j.breitbart@netzkolchose.de',
url='https://github.com/netzkolchose/django-fast-update',
download_url='https://github.com/netzkolchose/django-fast-update/archive/v0.2.0.tar.gz',
download_url='https://github.com/netzkolchose/django-fast-update/archive/v0.2.1.tar.gz',
keywords=['django', 'bulk_update', 'fast', 'update', 'fast_update'],
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -34,7 +34,7 @@ def get_version(path):
'Topic :: Software Development :: Libraries',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 43bbd82

Please sign in to comment.