Skip to content

Commit

Permalink
Bump to version v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
didix21 committed Jun 21, 2020
1 parent cbd8bb6 commit 2ef859e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
future-release=1.2.1
future-release=v1.2.2
37 changes: 31 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,45 @@
# Changelog

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

[Full Changelog](https:/didix21/mdutils/compare/1.1.1...1.2.1)
[Full Changelog](https:/didix21/mdutils/compare/v1.2.1...v1.2.2)

**Implemented enhancements:**

- Add support for markdown lists [\#4](https:/didix21/mdutils/issues/4)

**Fixed bugs:**

- Missing .md extension when filename has 'md' [\#37](https:/didix21/mdutils/issues/37)
- Table of contents link does not work when headers contain special characters [\#36](https:/didix21/mdutils/issues/36)
- Fix \#36: Delete special characters when creating toc links [\#40](https:/didix21/mdutils/pull/40) ([didix21](https:/didix21))
- Fix \#37: Add .md extension if name contains md word [\#39](https:/didix21/mdutils/pull/39) ([didix21](https:/didix21))

**Closed issues:**

- SyntaxError: invalid syntax [\#31](https:/didix21/mdutils/issues/31)

**Merged pull requests:**

- Update issue templates [\#35](https:/didix21/mdutils/pull/35) ([didix21](https:/didix21))
- Create CODE\_OF\_CONDUCT.md [\#34](https:/didix21/mdutils/pull/34) ([didix21](https:/didix21))
- update Readme.md [\#32](https:/didix21/mdutils/pull/32) ([Alexmod](https:/Alexmod))

## [v1.2.1](https:/didix21/mdutils/tree/v1.2.1) (2020-05-08)

[Full Changelog](https:/didix21/mdutils/compare/v1.1.1...v1.2.1)

**Merged pull requests:**

- Add support list in markdown [\#30](https:/didix21/mdutils/pull/30) ([didix21](https:/didix21))

## [1.1.1](https:/didix21/mdutils/tree/1.1.1) (2020-04-20)
## [v1.1.1](https:/didix21/mdutils/tree/v1.1.1) (2020-04-20)

[Full Changelog](https:/didix21/mdutils/compare/1.1.0...1.1.1)
[Full Changelog](https:/didix21/mdutils/compare/v1.1.0...v1.1.1)

## [1.1.0](https:/didix21/mdutils/tree/1.1.0) (2020-04-20)
## [v1.1.0](https:/didix21/mdutils/tree/v1.1.0) (2020-04-20)

[Full Changelog](https:/didix21/mdutils/compare/v1.0.0...1.1.0)
[Full Changelog](https:/didix21/mdutils/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Please note we have a code of conduct, please follow it in all your interactions
3. Increase the version number in `mdutils/setup.py` file.
4. Increate the version number to `.github_changelog_generator` file.
5. Run `github_changelog_generator -u didix21 -p mdutils`.
6. Run `python setup.py sdist`.
6. Run `python setup.py sdist --formats=gztar,zip`.
7. Upload package to pypi: `twine upload dist/*`.
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.1'
release = '1.2.2'


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

0 comments on commit 2ef859e

Please sign in to comment.