Skip to content

Commit b458378

Browse files
committed
Bump version to v1.8.0
1 parent d81833b commit b458378

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
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.7.0
1+
future-release=v1.8.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.8.0](https://github.com/didix21/mdutils/tree/v1.8.0) (2025-07-10)
4+
5+
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.7.0...v1.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Generate tables from 2D string arrays [\#114](https://github.com/didix21/mdutils/pull/114) ([skelsec](https://github.com/skelsec))
10+
11+
**Merged pull requests:**
12+
13+
- build and publish wheel [\#113](https://github.com/didix21/mdutils/pull/113) ([dimbleby](https://github.com/dimbleby))
14+
315
## [v1.7.0](https://github.com/didix21/mdutils/tree/v1.7.0) (2025-06-05)
416

517
[Full Changelog](https://github.com/didix21/mdutils/compare/v1.6.0...v1.7.0)

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.7.0'
29+
release = '1.8.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.7.0"
6+
version = "1.8.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.7.0',
4+
version='1.8.0',
55
license='MIT',
66
author='Didac Coll',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)