Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 22, 2019
1 parent 418bb82 commit 00d148d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.3.2
-----
2019-11-22 (not yet released)

- Fixes in rendering logic.

0.3.1
-----
2019-11-21
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except:
readme = ''

version = '0.3.1'
version = '0.3.2'

setup(
name='matyan',
Expand Down
2 changes: 1 addition & 1 deletion src/matyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
)

__title__ = 'matyan'
__version__ = '0.3.1'
__version__ = '0.3.2'
__author__ = 'Artur Barseghyan'
__copyright__ = '2019 Artur Barseghyan'
__license__ = 'GPL-2.0-only OR LGPL-2.0-or-later'
Expand Down

0 comments on commit 00d148d

Please sign in to comment.