Skip to content

Commit 81dc5f3

Browse files
radoeringabn
authored andcommitted
release: bump version to 1.7.0
1 parent b9a2671 commit 81dc5f3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [1.7.0] - 2023-03-14
4+
5+
### Changed
6+
7+
- Bump minimum required poetry version to 1.8.0 ([#263](https://github.com/python-poetry/poetry-plugin-export/pull/263)).
8+
9+
### Fixed
10+
11+
- Fix an issue where all sources were exported with `--extra-index-url` even though PyPI was deactivated ([#263](https://github.com/python-poetry/poetry-plugin-export/pull/263)).
12+
313

414
## [1.6.0] - 2023-10-30
515

@@ -179,7 +189,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
179189
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
180190

181191

182-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.6.0...main
192+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.7.0...main
193+
[1.7.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.0
183194
[1.6.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.6.0
184195
[1.5.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.5.0
185196
[1.4.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.4.0

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88
homepage = "https://python-poetry.org/"
99
repository = "https://github.com/python-poetry/poetry-plugin-export"
10-
# Classifiers for Python 3.12 can be removed after Poetry 1.7.0 has been released.
11-
classifiers = ["Programming Language :: Python :: 3.12"]
1210

1311
packages = [
1412
{ include = "poetry_plugin_export", from = "src" }

0 commit comments

Comments
 (0)