Skip to content

Commit

Permalink
Bump to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcp28 committed Jul 9, 2021
1 parent bf070fb commit 09e531b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=v1.3.0
future-release=v1.3.1
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v1.3.1](https://github.com/didix21/mdutils/tree/v1.3.1) (2021-07-10)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.3.0...v1.3.1)

**Fixed bugs:**

- NameError: name 'create\_md\_file' is not define [\#50](https://github.com/didix21/mdutils/issues/50)
- Solve max text length [\#6](https://github.com/didix21/mdutils/issues/6)
- convert value to str before adding it to a char [\#56](https://github.com/didix21/mdutils/pull/56) ([anaskhl](https://github.com/anaskhl))

**Merged pull requests:**

- Add release drafter action [\#58](https://github.com/didix21/mdutils/pull/58) ([didix21](https://github.com/didix21))
- Add PR labeler action [\#57](https://github.com/didix21/mdutils/pull/57) ([didix21](https://github.com/didix21))
- Fix \#6: add option to wrap text on new lines, paragraphs and writes [\#53](https://github.com/didix21/mdutils/pull/53) ([mhmdkanj](https://github.com/mhmdkanj))
- make text\_align be a list not only str or None [\#47](https://github.com/didix21/mdutils/pull/47) ([sgsokol](https://github.com/sgsokol))

## [v1.3.0](https://github.com/didix21/mdutils/tree/v1.3.0) (2020-09-12)

[Full Changelog](https://github.com/didix21/mdutils/compare/v1.2.2...v1.3.0)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.3.0'
release = '1.3.1'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -160,4 +160,4 @@
]


# -- Extension configuration -------------------------------------------------
# -- Extension configuration -------------------------------------------------
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='mdutils',
version='1.3.0.1',
version='1.3.1',
license='MIT',
author='Didac Coll',
author_email='didaccoll_93@hotmail.com',
Expand Down

0 comments on commit 09e531b

Please sign in to comment.