Skip to content

Commit

Permalink
Bumped mdutils version 1.1.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md

Use github_changelog_generator

Update travis, build for python 3.7, 3.8 and pypy3
  • Loading branch information
didix21 committed Apr 20, 2020
1 parent b8e9846 commit 74f8f9e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
unreleased=false
future-release=1.1.0
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
branches:
except:
only:
Expand Down
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change log
All notable changes to this project will be documented in this file.

## [v1.0.0](https://github.com/didix21/mdutils/tree/v1.0.0)
Released on 2018-05-11.
## [v1.0.0](https://github.com/didix21/mdutils/tree/v1.0.0) (2018-05-10)

#### Added
- Initial release of mdutils.
- Added by [didix21](https://github.com/didix21).
[Full Changelog](https://github.com/didix21/mdutils/compare/b1ce055fdb9c07ca0f4c8e748be0321dcc996937...v1.0.0)

**Implemented enhancements:**

- Improve new\_header giving the option of not to include a header in the table of contents. [\#11](https://github.com/didix21/mdutils/issues/11)
- New method to add code [\#10](https://github.com/didix21/mdutils/issues/10)
- Improve write method: give format to text and place it with markers [\#9](https://github.com/didix21/mdutils/issues/9)

**Fixed bugs:**

- when add text as inline code with color doesn't work. [\#8](https://github.com/didix21/mdutils/issues/8)
- Solve line break on new\_line method [\#7](https://github.com/didix21/mdutils/issues/7)

**Merged pull requests:**

- Development [\#1](https://github.com/didix21/mdutils/pull/1) ([didix21](https://github.com/didix21))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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.1'
release = '1.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
'Say Thanks!': 'https://github.com/didix21/',
'Source': 'https://github.com/didix21/mdutils',
},
classifiers=['Development Status :: 4 - Beta',
classifiers=['Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Utilities',
'Topic :: Software Development :: Documentation',
'Topic :: Text Processing :: Markup',
Expand Down

0 comments on commit 74f8f9e

Please sign in to comment.