Skip to content

Commit

Permalink
build: Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbukachi committed Mar 19, 2021
1 parent 9dcfe95 commit fdb0256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,3 +667,8 @@ removed [TimestampsMixin](#timestamps) from [AllFeaturesMixin](sqlalchemy_mixins
class BaseModel(Base, AllFeaturesMixin, TimestampsMixin):
# ...
```


### v1.3

Add support for SQLAlchemy 1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def requirements():
return [line.rstrip('\n') for line in open(filename).readlines()]

setup(name='sqlalchemy_mixins',
version='1.2.1',
version='1.3',
description='Active Record, Django-like queries, nested eager load '
'and beauty __repr__ for SQLAlchemy',
url='https://github.com/absent1706/sqlalchemy-mixins',
Expand Down

0 comments on commit fdb0256

Please sign in to comment.