File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.0.4] - 2021-08-19
4+
5+ ### Fixed
6+
7+ - Fixed an error in the way python markers with a precision >= 3 were handled. ([ #180 ] ( https://github.com/python-poetry/poetry-core/pull/180 ) )
8+ - Fixed an error in the evaluation of ` in/not in ` markers ([ #189 ] ( https://github.com/python-poetry/poetry-core/pull/189 ) )
9+
10+
311## [ 1.0.3] - 2021-04-09
412
513### Fixed
@@ -147,7 +155,8 @@ No changes.
147155- Fixed support for stub-only packages ([ #28 ] ( https://github.com/python-poetry/core/pull/28 ) ).
148156
149157
150- [ Unreleased ] : https://github.com/python-poetry/poetry-core/compare/1.0.3...master
158+ [ Unreleased ] : https://github.com/python-poetry/poetry-core/compare/1.0.4...1.1
159+ [ 1.0.4 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.0.4
151160[ 1.0.3 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.0.3
152161[ 1.0.2 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.0.2
153162[ 1.0.1 ] : https://github.com/python-poetry/poetry-core/releases/tag/1.0.1
Original file line number Diff line number Diff line change 77 # noinspection PyUnresolvedReferences
88 from pathlib2 import Path
99
10- __version__ = "1.0.3 "
10+ __version__ = "1.0.4 "
1111
1212__vendor_site__ = (Path (__file__ ).parent / "_vendor" ).as_posix ()
1313
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " poetry-core"
3- version = " 1.0.3 "
3+ version = " 1.0.4 "
44description = " Poetry PEP 517 Build Backend"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66
You can’t perform that action at this time.
0 commit comments