Skip to content

Commit

Permalink
Prepare for 1.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konecny <[email protected]>
  • Loading branch information
Zlopez committed Feb 15, 2024
1 parent 2578d1d commit 1c9a510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,13 @@ And an UML class diagram from a model:
Changelog
=========

1.4 - Unreleased
1.4 - 2024-02-15
----------------

Last release to support Python 2.

- Limit SQLAlchemy dependency to < 2.0 to fix installation for Python 2

- Set dir kwarg in Edge instantiation to 'both' in order to show arrow heads and arrow tails.
[bkrn - Aaron Di Silvestro]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

version = '1.4.dev0'
version = '1.4'

long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()

Expand Down

0 comments on commit 1c9a510

Please sign in to comment.