Skip to content

Commit

Permalink
Bump to version v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
didix21 committed Sep 12, 2020
1 parent e47d6ce commit 933bb4e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=v1.2.2
future-release=v1.3.0
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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

[Full Changelog](https:/didix21/mdutils/compare/v1.2.2...v1.3.0)

**Implemented enhancements:**

- Implement \#43 Allow table of contents to generate from arbitrary depth of headers [\#44](https:/didix21/mdutils/pull/44) ([mythWizard](https:/mythWizard))

**Fixed bugs:**

- Default text align for tables should use --- [\#42](https:/didix21/mdutils/issues/42)
- Fix \#42 Default table's text\_align should be '---' [\#45](https:/didix21/mdutils/pull/45) ([didix21](https:/didix21))

**Closed issues:**

- Allow creation of Table of Contents with arbitrary depth [\#43](https:/didix21/mdutils/issues/43)
- write file to specified path [\#41](https:/didix21/mdutils/issues/41)

## [v1.2.2](https:/didix21/mdutils/tree/v1.2.2) (2020-06-21)

[Full Changelog](https:/didix21/mdutils/compare/v1.2.1...v1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2'
release = '1.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
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.2.2',
version='1.3.0',
license='MIT',
author='Didac Coll',
author_email='[email protected]',
Expand Down

0 comments on commit 933bb4e

Please sign in to comment.