Skip to content

Commit 2d31ac5

Browse files
author
Dídac Coll
committed
Bump to version v1.6.0
1 parent 444f77c commit 2d31ac5

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
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.5.1
1+
future-release=v1.6.0

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v1.6.0](https://github.com/didix21/mdutils/tree/v1.6.0) (2023-04-29)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.1...v1.6.0)
6+
7+
**Implemented enhancements:**
8+
9+
- DEPRECATION on setup.py [\#80](https://github.com/didix21/mdutils/issues/80)
10+
- Code adherence to PEP 8 [\#46](https://github.com/didix21/mdutils/issues/46)
11+
- GH-80: Support poetry build system [\#93](https://github.com/didix21/mdutils/pull/93) ([didix21](https://github.com/didix21))
12+
- GH-84: Add types to mdutils methods [\#85](https://github.com/didix21/mdutils/pull/85) ([didix21](https://github.com/didix21))
13+
14+
**Fixed bugs:**
15+
16+
- DeprecationWarning with Python 3.11 [\#90](https://github.com/didix21/mdutils/issues/90)
17+
18+
**Closed issues:**
19+
20+
- Add types on mdutils methods [\#84](https://github.com/didix21/mdutils/issues/84)
21+
22+
**Merged pull requests:**
23+
24+
- GH-90: Avoid warning on python 3.11 [\#92](https://github.com/didix21/mdutils/pull/92) ([didix21](https://github.com/didix21))
25+
- Fix build badge [\#91](https://github.com/didix21/mdutils/pull/91) ([didix21](https://github.com/didix21))
26+
- GH-46: Add flake8 config [\#86](https://github.com/didix21/mdutils/pull/86) ([didix21](https://github.com/didix21))
27+
- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21))
28+
329
## [v1.5.1](https://github.com/didix21/mdutils/tree/v1.5.1) (2023-03-11)
430

531
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.5.0...v1.5.1)
@@ -54,7 +80,6 @@
5480

5581
**Merged pull requests:**
5682

57-
- Import coverage to codecov [\#66](https://github.com/didix21/mdutils/pull/66) ([didix21](https://github.com/didix21))
5883
- 62: Move test workflow from travis to github actions [\#65](https://github.com/didix21/mdutils/pull/65) ([didix21](https://github.com/didix21))
5984

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

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.5.1'
29+
release = '1.6.0'
3030

3131

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[tool.poetry]
55
name = "mdutils"
6-
version = "1.5.1"
6+
version = "1.6.0"
77
description = "Useful package for creating Markdown files while executing python code."
88
authors = ["Didac Coll <[email protected]>"]
99
maintainers = ["Didac Coll <[email protected]>"]

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.5.1',
4+
version='1.6.0',
55
license='MIT',
66
author='Didac Coll',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)