Skip to content

Commit

Permalink
Bump version up. May be consider setuptools-git-versioning?
Browse files Browse the repository at this point in the history
  • Loading branch information
belonesox committed May 31, 2021
1 parent 82b9fc3 commit 8dceb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

1.2.2 (2021-04-11)
1.2.3 (2021-05-30)
------------------

* Now support any primary key in master table with default mapper, not only "id" column.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='django-prefetch',
version='1.2.2',
version='1.2.3',
license='BSD-2-Clause',
description='Simple and generic model related data prefetch framework for Django solving '
'the "1+N queries" problem that happens when you need related data for your objects.',
Expand Down

0 comments on commit 8dceb99

Please sign in to comment.