Skip to content

Commit

Permalink
Correct version in documentation, update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jan 23, 2021
1 parent 69a1fcb commit 01c3072
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Georgios Athanasiou'

# The full version, including alpha/beta/rc tags
release = '0.3.0'
release = '0.4.1'


# -- General configuration ---------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Release history

* Content of the ``blocks`` section in the definition file is now a
sequence instead of a mapping. Program relies on definition order.

* Replaced ``start_bias`` and ``end_bias`` attributes with
``entrances`` and ``exits`` attributes.

Expand All @@ -91,3 +91,10 @@ Release history
* Updated the documentation. Added the Gallery section.

* Added a few more examples.

0.4.1 (2021-01-23)
------------------

* No code changes.
* Updated depedencies.
* Documentation fixes.
2 changes: 1 addition & 1 deletion orthogram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.0'
__version__ = '0.4.1'

from .build import Builder
from .diagram import DiagramDef
Expand Down
52 changes: 30 additions & 22 deletions 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 = "orthogram"
version = "0.4.0"
version = "0.4.1"
description = "Draw block diagrams."
license = "GPL-3.0-or-later"
authors = ["Georgios Athanasiou <yorgath@gmail.com>"]
Expand Down

0 comments on commit 01c3072

Please sign in to comment.