Skip to content

Commit 933bb4e

Browse files
author
Dídac Coll Pujals
committed
Bump to version v1.3.0
1 parent e47d6ce commit 933bb4e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=v1.2.2
1+
future-release=v1.3.0

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v1.3.0](https://github.com/didix21/mdutils/tree/v1.3.0) (2020-09-12)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.2.2...v1.3.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Implement \#43 Allow table of contents to generate from arbitrary depth of headers [\#44](https://github.com/didix21/mdutils/pull/44) ([mythWizard](https://github.com/mythWizard))
10+
11+
**Fixed bugs:**
12+
13+
- Default text align for tables should use --- [\#42](https://github.com/didix21/mdutils/issues/42)
14+
- Fix \#42 Default table's text\_align should be '---' [\#45](https://github.com/didix21/mdutils/pull/45) ([didix21](https://github.com/didix21))
15+
16+
**Closed issues:**
17+
18+
- Allow creation of Table of Contents with arbitrary depth [\#43](https://github.com/didix21/mdutils/issues/43)
19+
- write file to specified path [\#41](https://github.com/didix21/mdutils/issues/41)
20+
321
## [v1.2.2](https://github.com/didix21/mdutils/tree/v1.2.2) (2020-06-21)
422

523
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.2.1...v1.2.2)

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.2.2'
29+
release = '1.3.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='mdutils',
4-
version='1.2.2',
4+
version='1.3.0',
55
license='MIT',
66
author='Didac Coll',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)