Skip to content

Commit

Permalink
Bump to version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
didix21 committed Apr 29, 2023
1 parent 444f77c commit 2d31ac5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 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.5.1
future-release=v1.6.0
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [v1.6.0](https:/didix21/mdutils/tree/v1.6.0) (2023-04-29)

[Full Changelog](https:/didix21/mdutils/compare/v1.5.1...v1.6.0)

**Implemented enhancements:**

- DEPRECATION on setup.py [\#80](https:/didix21/mdutils/issues/80)
- Code adherence to PEP 8 [\#46](https:/didix21/mdutils/issues/46)
- GH-80: Support poetry build system [\#93](https:/didix21/mdutils/pull/93) ([didix21](https:/didix21))
- GH-84: Add types to mdutils methods [\#85](https:/didix21/mdutils/pull/85) ([didix21](https:/didix21))

**Fixed bugs:**

- DeprecationWarning with Python 3.11 [\#90](https:/didix21/mdutils/issues/90)

**Closed issues:**

- Add types on mdutils methods [\#84](https:/didix21/mdutils/issues/84)

**Merged pull requests:**

- GH-90: Avoid warning on python 3.11 [\#92](https:/didix21/mdutils/pull/92) ([didix21](https:/didix21))
- Fix build badge [\#91](https:/didix21/mdutils/pull/91) ([didix21](https:/didix21))
- GH-46: Add flake8 config [\#86](https:/didix21/mdutils/pull/86) ([didix21](https:/didix21))
- Import coverage to codecov [\#66](https:/didix21/mdutils/pull/66) ([didix21](https:/didix21))

## [v1.5.1](https:/didix21/mdutils/tree/v1.5.1) (2023-03-11)

[Full Changelog](https:/didix21/mdutils/compare/v1.5.0...v1.5.1)
Expand Down Expand Up @@ -54,7 +80,6 @@

**Merged pull requests:**

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

## [v1.3.1](https:/didix21/mdutils/tree/v1.3.1) (2021-07-09)
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.5.1'
release = '1.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[tool.poetry]
name = "mdutils"
version = "1.5.1"
version = "1.6.0"
description = "Useful package for creating Markdown files while executing python code."
authors = ["Didac Coll <[email protected]>"]
maintainers = ["Didac Coll <[email protected]>"]
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.5.1',
version='1.6.0',
license='MIT',
author='Didac Coll',
author_email='[email protected]',
Expand Down

0 comments on commit 2d31ac5

Please sign in to comment.